summaryrefslogtreecommitdiff
path: root/console-client/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-09-18 20:48:36 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-09-18 20:48:36 +0000
commit15f5579d8184d7c23a83e76de8506090f700096d (patch)
tree55848638b2a814f9f5a1dc6fea489b7e8e711402 /console-client/ChangeLog
parent1387460130760179bb62909bb7c7696102fdd0e7 (diff)
2002-09-19 Marcus Brinkmann <marcus@gnu.org>
* vga-support.c (vga_read_write_font_buffer): New function. It turns out that reading and writing needs the same register settings. (vga_write_font_buffer): Implement in terms of vga_read_write_font_buffer. (vga_read_font_buffer): Likewise.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r--console-client/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog
index 31e7144c..9093466f 100644
--- a/console-client/ChangeLog
+++ b/console-client/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-19 Marcus Brinkmann <marcus@gnu.org>
+
+ * vga-support.c (vga_read_write_font_buffer): New function. It
+ turns out that reading and writing needs the same register
+ settings.
+ (vga_write_font_buffer): Implement in terms of
+ vga_read_write_font_buffer.
+ (vga_read_font_buffer): Likewise.
+
2002-09-18 Marcus Brinkmann <marcus@gnu.org>
* ncursesw.c: Add an entry for the clear function.