This commit is contained in:
jl777
2019-02-16 01:33:36 -11:00
parent 49e84c350e
commit 2fc5f85f0f

View File

@@ -19,6 +19,8 @@
#define LINES 24 #define LINES 24
#define COLS 80 #define COLS 80
#include <stdint.h>
struct cursesd_info struct cursesd_info
{ {
uint8_t screen[LINES][COLS]; uint8_t screen[LINES][COLS];