summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-11-23 23:47:57 +0000
committernicm <nicm>2015-11-23 23:47:57 +0000
commit2adf3f42ee451b30ef492229dac322808f93d8dc (patch)
tree4740458b087f994de2d701fa4c3aef8cbf423544 /tmux.h
parent32e510bd70eedbeec8590b9bf786b11430ddaac3 (diff)
Partly revert previous, it is harmless to keep support for UTF-8 mouse
mode inside tmux, just no longer support it for tmux itself.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e697b9f8..a112e7df 100644
--- a/tmux.h
+++ b/tmux.h
@@ -599,7 +599,7 @@ struct mode_key_table {
#define MODE_MOUSE_STANDARD 0x20
#define MODE_MOUSE_BUTTON 0x40
#define MODE_BLINKING 0x80
-/* 0x100 unused */
+#define MODE_MOUSE_UTF8 0x100
#define MODE_MOUSE_SGR 0x200
#define MODE_BRACKETPASTE 0x400
#define MODE_FOCUSON 0x800