From e02d1bce98e35b5eeb3073ec9d891363493ed72a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 23 Apr 2012 22:23:14 +0000 Subject: Add window-status-separator option, from Thomas Adam. --- options-table.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'options-table.c') 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 -- cgit