aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 10:31:54 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 10:31:54 +0100
commit5ee4d991b6a325848083017665ac3d3ace2d1fa1 (patch)
tree68758e3a785e9776087c4cadf187a201919a573b /options-table.c
parentc4d8100b2fd220d358481db419221ee1454d3cad (diff)
downloadrtmux-5ee4d991b6a325848083017665ac3d3ace2d1fa1.tar.gz
rtmux-5ee4d991b6a325848083017665ac3d3ace2d1fa1.tar.bz2
rtmux-5ee4d991b6a325848083017665ac3d3ace2d1fa1.zip
xterm-keys has been on by default for 5 years and all other modern terminals
use these key sequences by default. Merge the code into the main tty and input tree processing (convering the latter to use a tree rather than a table at the same time) and make the option a no-op.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index aaedbac9..7e379382 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1052,11 +1052,12 @@ const struct options_table_entry options_table[] = {
"bottom."
},
- { .name = "xterm-keys",
+ { .name = "xterm-keys", /* no longer used */
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW,
.default_num = 1,
- .text = "Whether xterm-style function key sequences should be sent."
+ .text = "Whether xterm-style function key sequences should be sent. "
+ "This option is no longer used."
},
/* Hook options. */