summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-09-10 22:42:38 +0200
committerSven Eden <yamakuzure@gmx.net>2013-09-10 22:42:38 +0200
commit8dc2052a4bbdcfbb5c54c1374e27b95d107ab644 (patch)
treedab51b65a0c135380b88b89a6f4643788f2a6425 /ufed-curses-types.c
parentufed.pl: Added a constant for easier setting on how to start the curses inter... (diff)
downloadufed-8dc2052a4bbdcfbb5c54c1374e27b95d107ab644.tar.gz
ufed-8dc2052a4bbdcfbb5c54c1374e27b95d107ab644.tar.bz2
ufed-8dc2052a4bbdcfbb5c54c1374e27b95d107ab644.zip
types: Changed enums to explicit numbers and added values to sKey to hold a seaprate name and up to three explanations.
Diffstat (limited to 'ufed-curses-types.c')
-rw-r--r--ufed-curses-types.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ufed-curses-types.c b/ufed-curses-types.c
index 7e72967..4ca2516 100644
--- a/ufed-curses-types.c
+++ b/ufed-curses-types.c
@@ -4,11 +4,18 @@
* Created on: 28.01.2013
* Author: Sven Eden
*/
+
+
#include "ufed-curses-types.h"
#include "ufed-curses.h"
#include <stdlib.h>
#include <string.h>
+/* internal zero index sentry, replaces
+ * NULL argument for idx in MAKE_KEY
+ */
+int IDX_NULL_SENTRY = 0;
+
/* external members */
extern eMask e_mask;
extern eScope e_scope;