From fc2f9b7d7b5c2c25e730896024f03bf828a2d8d5 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 8 Jun 2002 23:33:04 +0000 Subject: 2002-06-09 Marcus Brinkmann * 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. --- console/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'console/ChangeLog') 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 + + * 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 * input.h: New file. -- cgit v1.2.3