From 15f5579d8184d7c23a83e76de8506090f700096d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 18 Sep 2002 20:48:36 +0000 Subject: 2002-09-19 Marcus Brinkmann * 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. --- console-client/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'console-client/ChangeLog') 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 + + * 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 * ncursesw.c: Add an entry for the clear function. -- cgit v1.2.3