diff options
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 5a14f195..332a70ba 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,20 @@ +2002-06-09 Marcus Brinkmann <marcus@gnu.org> + + * display.c (struct cursor): Change type of all members from int + to u_int32_t. + (screen_init): Initialize SCREEN->lines with 25 instead 200 for + now. + (screen_fill): Bring SCREEN->current_line into the calculation of + MATRIXP. + (screen_scroll_up): Likewise. + (screen_scroll_down): Likewise. + (screen_scroll_left): Likewise. + (screen_scroll_right): Likewise. + (display_output_one): Beautify code a bit. + (display_read): Add metadata to beginning of file. + * console.c (new_node): Increase size of display node to include + metadata. + 2002-06-05 Marcus Brinkmann <marcus@gnu.org> * input.h: New file. |