aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index e129a4c..e40b6f4 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -26,7 +26,8 @@
namespace Flags {
enum {
- ED_HOOKS = (1 << 5)
+ ED_HOOKS = (1 << 5),
+ ED_FNKEYS = (1 << 6)
};
extern gint64 ed;