summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-10 23:19:08 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-10 23:19:08 -0300
commit3f09ff48fd60662c58a9a367a7235e049bbe9df0 (patch)
tree2efccf1a4bc34d16ee443ca2ffaecab060d3ce29 /src/main.c
parent46ba5b07a7fffe78f486e838c9a79930baf5459e (diff)
work on feature of issue 168
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 ad39e6e..75bf151 100644
--- a/src/main.c
+++ b/src/main.c
@@ -49,6 +49,7 @@ int modflg; // a change was made since last save
struct ent *** tbl;
int shall_quit = 0;
unsigned int curmode;
+unsigned int lastmode;
int maxrow, maxcol;
char curfile[PATHLEN];
char * exepath;