diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index 965e4ebd..90833114 100644 --- a/options-table.c +++ b/options-table.c @@ -505,6 +505,13 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, + { .name = "layout-history-limit", + .type = OPTIONS_TABLE_NUMBER, + .minimum = 1, + .maximum = USHRT_MAX, + .default_num = 20 + }, + { .name = "main-pane-height", .type = OPTIONS_TABLE_NUMBER, .minimum = 1, |