aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 16:15:24 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 16:15:24 +0100
commit6d92b99dbcb6a616c88df1e6abbae0a96296e7a4 (patch)
treee06f36ddb1bb6a8c9e7dc977c8e5238cd3124e94 /options-table.c
parente6b17e77dbb4a757ca17d36086d7d64f097a361a (diff)
downloadrtmux-6d92b99dbcb6a616c88df1e6abbae0a96296e7a4.tar.gz
rtmux-6d92b99dbcb6a616c88df1e6abbae0a96296e7a4.tar.bz2
rtmux-6d92b99dbcb6a616c88df1e6abbae0a96296e7a4.zip
Add a terminal feature for enable/disable extended keys (supported by xterm and
mintty) and add an option to make tmux send it.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 7e379382..1341ed2e 100644
--- a/options-table.c
+++ b/options-table.c
@@ -251,6 +251,14 @@ const struct options_table_entry options_table[] = {
"clients."
},
+ { .name = "extended-keys",
+ .type = OPTIONS_TABLE_FLAG,
+ .scope = OPTIONS_TABLE_SERVER,
+ .default_num = 0,
+ .text = "Whether to request extended key sequences from terminals "
+ "that support it."
+ },
+
{ .name = "focus-events",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_SERVER,