Quick fix to buffer height. Will need to determine why we needed a

buffer height of 26.
This commit is contained in:
Bart House
2018-05-06 01:40:13 -07:00
parent d6f9790d79
commit ea2f2d1aac

View File

@@ -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 {