summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2015-11-11 23:23:33 +0000
committernicm <nicm>2015-11-11 23:23:33 +0000
commit00c34df1868ffde8ece952729ddf2e4df09667be (patch)
tree9205b1d2f2ad09863118e9fb7450e4dd59d8a6a9 /options-table.c
parent6f3475c6c713245f5ec760298af9a04b8465b844 (diff)
Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says
it supports UTF-8.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c
index cfec138d..4e9a0a81 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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',