Add missing fhandler.h patch and ChangeLog comment.

This commit is contained in:
Christopher Faylor
2010-03-31 04:39:13 +00:00
parent 2aeef06579
commit b791ec4a2c
2 changed files with 7 additions and 4 deletions

View File

@ -911,7 +911,9 @@ class dev_console
unsigned rarg;
bool saw_question_mark;
bool saw_greater_than_sign;
bool vt100_graphics_mode_active;
bool vt100_graphics_mode_G0;
bool vt100_graphics_mode_G1;
bool iso_2022_G1;
bool alternate_charset_active;
bool metabit;