summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-09-09 16:55:18 +0200
committerSven Eden <yamakuzure@gmx.net>2013-09-09 16:55:18 +0200
commitb474c18106323db3d7dfe867c7598defe3f2ddd9 (patch)
tree70f8dbbb7aa826a44f040a63320a9bbc57cc1925 /ufed-curses-globals.h
parentThe warning issued when make.conf is not writable is now prefixed with a "WAR... (diff)
downloadufed-b474c18106323db3d7dfe867c7598defe3f2ddd9.tar.gz
ufed-b474c18106323db3d7dfe867c7598defe3f2ddd9.tar.bz2
ufed-b474c18106323db3d7dfe867c7598defe3f2ddd9.zip
Added prefixing of predefined configuration values and added read-only-mode as the first in use. When read-only-mode is set, the interface now changes both header lines to other colors and to show the user that flags are not saved.
Diffstat (limited to 'ufed-curses-globals.h')
-rw-r--r--ufed-curses-globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ufed-curses-globals.h b/ufed-curses-globals.h
index 514563e..54f2cf2 100644
--- a/ufed-curses-globals.h
+++ b/ufed-curses-globals.h
@@ -11,6 +11,7 @@
#include "ufed-curses-types.h"
extern int bottomline;
+extern bool configDone;
extern eMask e_mask;
extern eOrder e_order;
extern eScope e_scope;
@@ -18,6 +19,7 @@ extern eState e_state;
extern char* fayt;
extern sListStats listStats;
extern int minwidth;
+extern bool ro_mode;
extern int topline;
extern sWindow window[wCount];