diff options
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 3522ff99..69830796 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,5 +1,12 @@ 2002-08-28 Marcus Brinkmann <marcus@gnu.org> + * 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. + +2002-08-28 Marcus Brinkmann <marcus@gnu.org> + * display.c (display_output_one): Also set USER->cursor.status to normal for ECMA-48 <RIS> (hard reset). |