summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-20 19:15:40 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-20 19:15:40 +0000
commitdcad13155b319e1ca2fafd3f0644e8efb15ac764 (patch)
treebaf88d9f1e884488aebefb0836751f2d1aec04b6 /options-table.c
parente6519d3e279ba12d44633c3162dd183148aea9f0 (diff)
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 fa5dc71f..20f5ae01 100644
--- a/options-table.c
+++ b/options-table.c
@@ -436,6 +436,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