diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-12 00:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-12 00:01:10 +0000 |
commit | f2e4aa8d1cd4b918592078423d278b2b8db878c1 (patch) | |
tree | 4bf21fece78e6870e0b0ea8cdc34813a262e5c57 /tmux.c | |
parent | 35fd6d134a84cda69730310c89846f2bacb3cfbd (diff) | |
parent | 00c34df1868ffde8ece952729ddf2e4df09667be (diff) | |
download | rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.gz rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.bz2 rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |