View | Details | Raw Unified | Return to bug 21545
Collapse All | Expand All

(-)a/less/forwback.c (-3 / +1 lines)
Lines 323-331 back(n, pos, force, only_last) Link Here
323
		}
323
		}
324
	}
324
	}
325
325
326
	if (nlines == 0)
326
	if (do_repaint)
327
		eof_bell();
328
	else if (do_repaint)
329
		repaint();
327
		repaint();
330
	else if (!oldbot)
328
	else if (!oldbot)
331
		lower_left();
329
		lower_left();

Return to bug 21545