summaryrefslogtreecommitdiff
path: root/console-client
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-11 08:27:31 +0000
committerRoland McGrath <roland@gnu.org>2004-02-11 08:27:31 +0000
commit51d2392afda1fba420f28da6536b3663da2f03f2 (patch)
treeb8c164a79df54c93b8cca046ce830677d2d247fb /console-client
parenta7fed3b410b291884ee0d86cf7410da5a42fa664 (diff)
formato
Diffstat (limited to 'console-client')
-rw-r--r--console-client/ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog
index a7532522..5a313fa2 100644
--- a/console-client/ChangeLog
+++ b/console-client/ChangeLog
@@ -3,7 +3,6 @@
* pc-kbd.c (KDSETLEDS): New macro.
(update_leds): Add support for setting the keyboard LED state on
GNUMach 1.x (> 1.3).
-
(input_loop): Use size_t for `nr' instead of int to silence a gcc
warning.
@@ -33,7 +32,7 @@
(vga_display_write): Make it wrap around the edge.
(vga_set_dimension): New function.
(vga_disp_ops): Added vga_set_dimension.
-
+
* ncursesw.c (conspad): New variable.
(padx): Likewise.
(pady): Likewise.
@@ -50,7 +49,7 @@
(ncursesw_update): Call refresh_screen to refresh the console.
(ncursesw_set_cursor_pos): Use conspad instead of (the default)
stdscr. Make the console autoscroll.
-
+
* ncursesw.c (ncursesw_driver_start): Remove endwin call at
the end of the function.
@@ -124,8 +123,8 @@
settings.
(vga_write_font_buffer): Implement in terms of
vga_read_write_font_buffer.
- (vga_read_font_buffer): Likewise.
-
+ (vga_read_font_buffer): Likewise.
+
2002-09-18 Marcus Brinkmann <marcus@gnu.org>
* ncursesw.c: Add an entry for the clear function.