aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-12 00:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-12 00:01:10 +0000
commitf2e4aa8d1cd4b918592078423d278b2b8db878c1 (patch)
tree4bf21fece78e6870e0b0ea8cdc34813a262e5c57 /tmux.c
parent35fd6d134a84cda69730310c89846f2bacb3cfbd (diff)
parent00c34df1868ffde8ece952729ddf2e4df09667be (diff)
downloadrtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.gz
rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.bz2
rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.zip
Merge branch 'obsd-master'
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 c79a01bd..22e09e6e 100644
--- a/tmux.c
+++ b/tmux.c
@@ -301,7 +301,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);
}