aboutsummaryrefslogtreecommitdiff
path: root/console/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-06-08 23:33:04 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-06-08 23:33:04 +0000
commitfc2f9b7d7b5c2c25e730896024f03bf828a2d8d5 (patch)
treebedd3aa0ce31e56af275340cf5c90e7b3fe8920b /console/ChangeLog
parentde70b25fcd6b7f3c523efea95863cbfeb4313aae (diff)
downloadhurd-fc2f9b7d7b5c2c25e730896024f03bf828a2d8d5.tar.gz
hurd-fc2f9b7d7b5c2c25e730896024f03bf828a2d8d5.tar.bz2
hurd-fc2f9b7d7b5c2c25e730896024f03bf828a2d8d5.zip
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.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r--console/ChangeLog17
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.