summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2015-11-11 23:23:33 +0000
committernicm <nicm>2015-11-11 23:23:33 +0000
commit00c34df1868ffde8ece952729ddf2e4df09667be (patch)
tree9205b1d2f2ad09863118e9fb7450e4dd59d8a6a9 /tmux.c
parent6f3475c6c713245f5ec760298af9a04b8465b844 (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 758479b8..1e68d9bb 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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);
}