mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 17:46:05 +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:
@@ -256,11 +256,6 @@ const struct options_table_entry session_options_table[] = {
|
||||
.default_num = 0
|
||||
},
|
||||
|
||||
{ .name = "mouse-utf8",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.default_num = 0
|
||||
},
|
||||
|
||||
{ .name = "prefix",
|
||||
.type = OPTIONS_TABLE_KEY,
|
||||
.default_num = '\002',
|
||||
|
||||
Reference in New Issue
Block a user