summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-23 22:23:14 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-23 22:23:14 +0000
commite02d1bce98e35b5eeb3073ec9d891363493ed72a (patch)
tree43fadc181de53d55f89a1e90f1b8551711d8df74 /options-table.c
parented58b2d3534dfa6c2f8203710d2fbd3c76d46532 (diff)
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 90833114..28e4af7e 100644
--- a/options-table.c
+++ b/options-table.c
@@ -691,6 +691,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