diff ui.h @ 571:3ae357fd34bb

Rename quit-related internal variables.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Dec 2012 15:49:43 +0200
parents 13901e9be15b
children 97a49a6cc959
line wrap: on
line diff
--- a/ui.h	Tue Dec 11 13:50:19 2012 +0200
+++ b/ui.h	Thu Dec 13 15:49:43 2012 +0200
@@ -56,14 +56,14 @@
 typedef struct
 {
     time_t prevKeepAlive;
-    BOOL insertMode, exitProg, isError, update, mask, done;
+    BOOL insertMode, isError, update, mask, done;
     nn_conn_t *conn;
     void (*debugMsg)(const char *fmt, ...);
 } nn_editstate_t;
 
 
 extern nn_window_t *currWin;
-extern BOOL cursesInit;
+extern BOOL appCursesInit, appQuitFlag;
 extern int scrHeight, scrWidth;
 
 BOOL           nnwin_init(int delay);