Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 229469
Collapse All | Expand All

(-)src/command.c (-1 / +1 lines)
Lines 1966-1972 Link Here
1966
    value->tv_sec = 0;
1966
    value->tv_sec = 0;
1967
1967
1968
1968
1969
    if (!r->TermWin.mapped)
1969
    if( !r->TermWin.mapped || r->h->refresh_type == NO_REFRESH )
1970
	quick_timeout = 0;
1970
	quick_timeout = 0;
1971
    else
1971
    else
1972
    {
1972
    {

Return to bug 229469