summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hci/mucurses/ansi_screen.c2
1 files changed, 1 insertions, 1 deletions
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 <console.h>
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 */