Sync OpenBSD patchset 1097:

Add window-status-separator option, from Thomas Adam.
This commit is contained in:
Tiago Cunha
2012-04-24 16:20:18 +00:00
parent 00e2e35740
commit 6df8953f4f
3 changed files with 21 additions and 4 deletions

View File

@ -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