summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-16 21:34:00 +0200
committerErwan Velu <erwan.velu@free.fr>2009-04-16 21:34:00 +0200
commit367b2994e95e508d98f856abf1e17159cceb6917 (patch)
tree9023f121dc24440bc4d5a832607003e462017fed
parent133be0fb08bc564f8f31aceac9af7ddf80af48f7 (diff)
downloadsyslinux-367b2994e95e508d98f856abf1e17159cceb6917.tar.gz
hdt: menu should be 80x25
Impact: increasing menu size to improve display 80x24 was a mistake, it have to be 80x25
-rw-r--r--com32/hdt/hdt-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c
index b531bc78..be0b4723 100644
--- a/com32/hdt/hdt-menu.c
+++ b/com32/hdt/hdt-menu.c
@@ -112,7 +112,7 @@ void setup_menu(char *version)
{
/* Creating the menu */
init_menusystem(version);
- set_window_size(0, 0, 24, 80);
+ set_window_size(0, 0, 25, 80);
/* Register the menusystem handler */
// reg_handler(HDLR_SCREEN,&msys_handler);