diff options
-rw-r--r-- | com32/hdt/hdt-menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c index 298abae2..d2b45c9d 100644 --- a/com32/hdt/hdt-menu.c +++ b/com32/hdt/hdt-menu.c @@ -121,6 +121,9 @@ void setup_menu(char *version) init_menusystem(version); set_window_size(0, 0, 25, 80); + /* Do not use inactive attributes - they make little sense for HDT */ + set_normal_attr(-1, -1, 0x17, 0x1F); + /* Register the menusystem handler */ // reg_handler(HDLR_SCREEN,&msys_handler); reg_handler(HDLR_KEYS, &keys_handler); |