Add window-status-separator option, from Thomas Adam.

This commit is contained in:
Nicholas Marriott
2012-04-23 22:23:14 +00:00
parent ed58b2d353
commit e02d1bce98
3 changed files with 21 additions and 4 deletions

View File

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