diff options
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 1a349a1..4e5430c 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -38,7 +38,8 @@ typedef tecoInt tecoBool; namespace Flags { enum { ED_HOOKS = (1 << 5), - ED_FNKEYS = (1 << 6) + ED_FNKEYS = (1 << 6), + ED_SHELLEMU = (1 << 7) }; extern tecoInt ed; |