diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 15:42:33 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:32 +0100 |
| commit | 39cb3b36cbac59c938acf6b71cbb3087f0fca5b4 (patch) | |
| tree | bd362fd25dcf3ce954c4af877a05fcb5d8ef1d73 /sciteco.h | |
| parent | 9d8b90f654b5777f5c9d402fda445088f9fe374f (diff) | |
ED flags making 0-Register hook execution configurable
* teco.ini updated as well
Diffstat (limited to 'sciteco.h')
| -rw-r--r-- | sciteco.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |
