aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-20 21:18:39 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-20 21:18:39 +0000
commitd9eb34b28dd9b446118911df5d161b817632093b (patch)
tree01dcbef85da78fa3726cf62b9255be291e254960 /options-table.c
parentb79189958fcf5b34e0f9c4316a9ff6110ac0a296 (diff)
downloadrtmux-d9eb34b28dd9b446118911df5d161b817632093b.tar.gz
rtmux-d9eb34b28dd9b446118911df5d161b817632093b.tar.bz2
rtmux-d9eb34b28dd9b446118911df5d161b817632093b.zip
Sync OpenBSD patchset 999:
Add an option to disable the window rename escape sequence, from Romain Francoise.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 2700536a..83187801 100644
--- a/options-table.c
+++ b/options-table.c
@@ -435,6 +435,11 @@ const struct options_table_entry window_options_table[] = {
.default_num = 0
},
+ { .name = "allow-rename",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 1
+ },
+
{ .name = "alternate-screen",
.type = OPTIONS_TABLE_FLAG,
.default_num = 1