diff --git a/src/hci/mucurses/ansi_screen.c b/src/hci/mucurses/ansi_screen.c index 25087a50..194439a8 100644 --- a/src/hci/mucurses/ansi_screen.c +++ b/src/hci/mucurses/ansi_screen.c @@ -2,7 +2,7 @@ #include unsigned short _COLS = 80; -unsigned short _LINES = 25; +unsigned short _LINES = 24; static void ansiscr_init ( struct _curses_screen *scr ) { /* Reset terminal attributes and clear screen */