aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-17 16:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-17 16:01:11 +0000
commit964deae422e4127a64f60fa3b54e2bf47b8e074c (patch)
treeedf36ccec813a07b04474272b317191211e08ba9 /options-table.c
parent5d4c3ef762d9073510518c24b40c1d8bf12e0b65 (diff)
parent6a1706a62fb2442326cd37d84ff8b0d39bf0b7a6 (diff)
downloadrtmux-964deae422e4127a64f60fa3b54e2bf47b8e074c.tar.gz
rtmux-964deae422e4127a64f60fa3b54e2bf47b8e074c.tar.bz2
rtmux-964deae422e4127a64f60fa3b54e2bf47b8e074c.zip
Merge branch 'obsd-master' into 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 3aa72e78..a816f6ac 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1080,6 +1080,14 @@ const struct options_table_entry options_table[] = {
"remain-on-exit is enabled."
},
+ { .name = "scroll-on-clear",
+ .type = OPTIONS_TABLE_FLAG,
+ .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
+ .default_num = 1,
+ .text = "Whether the contents of the screen should be scrolled into"
+ "history when clearing the whole screen."
+ },
+
{ .name = "synchronize-panes",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,