From ea2f2d1aac6b91e9ff8dc88d42119acffe9d3329 Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 6 May 2018 01:40:13 -0700 Subject: [PATCH] Quick fix to buffer height. Will need to determine why we needed a buffer height of 26. --- sys/winnt/nttty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index bf00cb94d..d6bd4c582 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -226,7 +226,7 @@ static void initialize_cp_console() #define CONSOLE_CLEAR_CHARACTER (' ') #define CONSOLE_BUFFER_WIDTH 80 -#define CONSOLE_BUFFER_HEIGHT 25 +#define CONSOLE_BUFFER_HEIGHT 26 #define CONSOLE_BUFFER_SIZE (CONSOLE_BUFFER_WIDTH * CONSOLE_BUFFER_HEIGHT) typedef struct {