diff options
author | nicm <nicm> | 2015-11-11 23:23:33 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-11 23:23:33 +0000 |
commit | 00c34df1868ffde8ece952729ddf2e4df09667be (patch) | |
tree | 9205b1d2f2ad09863118e9fb7450e4dd59d8a6a9 /tmux.c | |
parent | 6f3475c6c713245f5ec760298af9a04b8465b844 (diff) | |
download | rtmux-00c34df1868ffde8ece952729ddf2e4df09667be.tar.gz rtmux-00c34df1868ffde8ece952729ddf2e4df09667be.tar.bz2 rtmux-00c34df1868ffde8ece952729ddf2e4df09667be.zip |
Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says
it supports UTF-8.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -294,7 +294,6 @@ main(int argc, char **argv) /* Enable UTF-8 if the first client is on UTF-8 terminal. */ if (flags & CLIENT_UTF8) { options_set_number(global_s_options, "status-utf8", 1); - options_set_number(global_s_options, "mouse-utf8", 1); options_set_number(global_w_options, "utf8", 1); } |