aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-04-24 16:20:18 +0000
committerTiago Cunha <tcunha@gmx.com>2012-04-24 16:20:18 +0000
commit6df8953f4f93b6dad98ac7f16f9c7f5eec02622c (patch)
tree5f0111349f6f48974563729d884d392881eb1445 /options-table.c
parent00e2e357406be926027659a7dce894e8d263c4ca (diff)
downloadrtmux-6df8953f4f93b6dad98ac7f16f9c7f5eec02622c.tar.gz
rtmux-6df8953f4f93b6dad98ac7f16f9c7f5eec02622c.tar.bz2
rtmux-6df8953f4f93b6dad98ac7f16f9c7f5eec02622c.zip
Sync OpenBSD patchset 1097:
Add window-status-separator option, from Thomas Adam.
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 1eb50e45..c03295ff 100644
--- a/options-table.c
+++ b/options-table.c
@@ -690,6 +690,11 @@ const struct options_table_entry window_options_table[] = {
.default_str = "#I:#W#F"
},
+ { .name = "window-status-separator",
+ .type = OPTIONS_TABLE_STRING,
+ .default_str = " "
+ },
+
{ .name = "wrap-search",
.type = OPTIONS_TABLE_FLAG,
.default_num = 1