aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index 1163020..b7c62f2 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -39,10 +39,11 @@ typedef tecoInt tecoBool;
namespace Flags {
enum {
- ED_AUTOEOL = (1 << 4),
- ED_HOOKS = (1 << 5),
- ED_FNKEYS = (1 << 6),
- ED_SHELLEMU = (1 << 7)
+ ED_AUTOEOL = (1 << 4),
+ ED_HOOKS = (1 << 5),
+ ED_FNKEYS = (1 << 6),
+ ED_SHELLEMU = (1 << 7),
+ ED_XTERM_CLIPBOARD = (1 << 8)
};
extern tecoInt ed;