Fix edge case

This commit is contained in:
jl777
2019-02-13 06:35:56 -11:00
parent 90fbeef954
commit 1917708467
4 changed files with 33 additions and 16 deletions

View File

@@ -17,6 +17,16 @@
#undef lines
#ifdef LINES
#undef LINES
#endif
#ifdef COLS
#undef COLS
#endif
#define LINES 24
#define COLS 80
#define NOOP(x) (x += 0)
#define CCHAR(x) ( (char) (x & A_CHARTEXT) )
/*