mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says
it supports UTF-8.
This commit is contained in:
1
tmux.c
1
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user