mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -736,7 +736,7 @@ const struct options_table_entry window_options_table[] = {
|
||||
|
||||
{ .name = "window-status-current-format",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.default_str = "#I:#W#F"
|
||||
.default_str = "#I:#W#{?window_flags,#{window_flags}, }"
|
||||
},
|
||||
|
||||
{ .name = "window-status-current-style",
|
||||
@@ -752,7 +752,7 @@ const struct options_table_entry window_options_table[] = {
|
||||
|
||||
{ .name = "window-status-format",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.default_str = "#I:#W#F"
|
||||
.default_str = "#I:#W#{?window_flags,#{window_flags}, }"
|
||||
},
|
||||
|
||||
{ .name = "window-status-last-attr",
|
||||
|
||||
Reference in New Issue
Block a user