From 513afcf4f8cd67275bad59251d1ee2a845d0ddca Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 28 Aug 2002 17:28:36 +0000 Subject: hurd/ 2002-08-28 Marcus Brinkmann * console.h (struct cons_display): Fix comment on CUR_LINE. console/ 2002-08-28 Marcus Brinkmann * display.c (screen_fill): Take CUR_LINES modulo LINES. (screen_shift_left): Likewise. (screen_shift_right): Likewise. (linefeed): Don't take CUR_LINES modulo LINES here. libcons/ 2002-08-28 Marcus Brinkmann * file-changed.c (cons_S_file_changed): Take NEW_CUR_LINE modulo VCONS->state.screen.lines where appropriate. Adapt calculation of SCROLLING, and limit it to the screen size. Only scroll at all if there is something to scroll. Fix calculation of scrolled-in area. * vcons-refresh.c (cons_vcons_refresh): Take VCONS->state.screen.cur_line modulo VCONS->state.screen.lines. --- libcons/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libcons/ChangeLog') diff --git a/libcons/ChangeLog b/libcons/ChangeLog index 2913619d..c9b7a5bf 100644 --- a/libcons/ChangeLog +++ b/libcons/ChangeLog @@ -1,3 +1,13 @@ +2002-08-28 Marcus Brinkmann + + * file-changed.c (cons_S_file_changed): Take NEW_CUR_LINE modulo + VCONS->state.screen.lines where appropriate. Adapt calculation of + SCROLLING, and limit it to the screen size. + Only scroll at all if there is something to scroll. + Fix calculation of scrolled-in area. + * vcons-refresh.c (cons_vcons_refresh): Take + VCONS->state.screen.cur_line modulo VCONS->state.screen.lines. + 2002-08-22 Marcus Brinkmann * demuxer.c, init-init.c, init-loop.c, opts-version.c, -- cgit v1.2.3