aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-19 15:42:33 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:07:32 +0100
commit39cb3b36cbac59c938acf6b71cbb3087f0fca5b4 (patch)
treebd362fd25dcf3ce954c4af877a05fcb5d8ef1d73 /sciteco.h
parent9d8b90f654b5777f5c9d402fda445088f9fe374f (diff)
ED flags making 0-Register hook execution configurable
* teco.ini updated as well
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sciteco.h b/sciteco.h
index 078e8d9..fca4434 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -10,6 +10,14 @@
#define PACKAGE_NAME "SciTECO"
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
+namespace Flags {
+ enum {
+ ED_HOOKS = (1 << 5)
+ };
+
+ extern gint64 ed;
+}
+
extern gchar *cmdline;
extern bool quit_requested;