aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index 1597439..7fe09d4 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -91,7 +91,7 @@ enum {
TECO_ED_HOOKS = (1 << 5),
//TECO_ED_MOUSEKEY = (1 << 6),
TECO_ED_SHELLEMU = (1 << 7),
- TECO_ED_XTERM_CLIPBOARD = (1 << 8),
+ TECO_ED_OSC52 = (1 << 8),
TECO_ED_ICONS = (1 << 9)
};