Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says

it supports UTF-8.
This commit is contained in:
nicm
2015-11-11 23:23:33 +00:00
parent 6f3475c6c7
commit 00c34df186
4 changed files with 5 additions and 17 deletions

View File

@@ -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',