diff options
author | Jeff Bailey <jbailey@gnu.org> | 2003-07-28 22:40:54 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@gnu.org> | 2003-07-28 22:40:54 +0000 |
commit | ae4b8581fa4ada4843663eca3cdcb35824658227 (patch) | |
tree | 9b1d96d9d3d93ff34bccb065457d0de9e0d395a1 /console-client/ChangeLog | |
parent | 23667bac3f98eb3085ca8239b7abc1bc3f9c5b44 (diff) |
2003-07-14 Marco Gerards <metgerards@student.han.nl>
* vga.c: New global variable vga_display_max_glyphs.
(parse_startup_args): New macro PARSE_FONT_OPT_NOARGS.
(parse_startup_args): Parse --max-colors and --max-glyphs.
(vga_display_init): Set disp->df_size to match the color setting.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r-- | console-client/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog index 77ba9434..94131588 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,10 @@ +2003-07-14 Marco Gerards <metgerards@student.han.nl> + + * vga.c: New global variable vga_display_max_glyphs. + (parse_startup_args): New macro PARSE_FONT_OPT_NOARGS. + (parse_startup_args): Parse "--max-colors" and "--max-glyphs". + (vga_display_init): Set disp->df_size to match the color setting. + 2003-02-24 Marco Gerards <metgerards@student.han.nl> * pc-kbd.c (sc_set1_to_set2): Map the set2 scancodes for F11 and |