summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-06 12:49:59 -0300
committermongo <andmarti@gmail.com>2017-04-06 12:49:59 -0300
commit2dc1b81683d0349fa559e4248f3c7197bcbc7f5f (patch)
tree4e15eb5c25fa1695982a81cb887c1dadfe8283b8 /src/main.c
parente9ada64136b15e15ef354280fb6643df40dea137 (diff)
more cleaning and doc tui.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e968e67..04c8918 100644
--- a/src/main.c
+++ b/src/main.c
@@ -36,6 +36,7 @@
#include "lua.h"
#endif
+unsigned int curmode;
int currow = 0, curcol = 0;
int lastrow = 0, lastcol = 0;
int maxrows, maxcols;