Fix
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user