summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2024-04-10 10:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2024-04-10 10:01:13 +0100
commit43530d4397f94beed27acb8f5610338b6dbcc05a (patch)
tree2bcadaad156d73255a1167a4d00fcf6a4371ce21 /options-table.c
parent4bb6da75bada96b3fa5086487ad0f241dea874bb (diff)
parent553d4cba794b4f81dd42ba139f8dfb54fcd13c16 (diff)
Merge branch 'obsd-master'
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 15018226..782ce17e 100644
--- a/options-table.c
+++ b/options-table.c
@@ -875,6 +875,14 @@ const struct options_table_entry options_table[] = {
"to rename windows."
},
+ { .name = "allow-set-title",
+ .type = OPTIONS_TABLE_FLAG,
+ .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
+ .default_num = 1,
+ .text = "Whether applications are allowed to use the escape sequence "
+ "to set the pane title."
+ },
+
{ .name = "alternate-screen",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,