diff options
author | nicm <nicm> | 2015-11-23 23:47:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-23 23:47:57 +0000 |
commit | 2adf3f42ee451b30ef492229dac322808f93d8dc (patch) | |
tree | 4740458b087f994de2d701fa4c3aef8cbf423544 /tmux.h | |
parent | 32e510bd70eedbeec8590b9bf786b11430ddaac3 (diff) | |
download | rtmux-2adf3f42ee451b30ef492229dac322808f93d8dc.tar.gz rtmux-2adf3f42ee451b30ef492229dac322808f93d8dc.tar.bz2 rtmux-2adf3f42ee451b30ef492229dac322808f93d8dc.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |