diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-12-01 10:01:22 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-12-01 10:01:22 +0000 |
commit | 27634645e953baf046e1b74139deba7cbdde1ca2 (patch) | |
tree | 9b10d3bb68256bd3efca8d2af2f70aa9f4233026 /options-table.c | |
parent | 70a5207bd10fb0896ff9f2adbbba0d9eac962155 (diff) | |
parent | 9a74bba007a60b93d1fdf68772e5cfb61b3558ff (diff) | |
download | rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.tar.gz rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.tar.bz2 rtmux-27634645e953baf046e1b74139deba7cbdde1ca2.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c index 873f8d67..ecd6f173 100644 --- a/options-table.c +++ b/options-table.c @@ -1013,7 +1013,7 @@ const struct options_table_entry options_table[] = { { .name = "window-status-current-format", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_WINDOW, - .default_str = "#I:#W#{?window_flags,#{window_flags}, }", + .default_str = "#I:#W#{?window_flags,#{q/e:window_flags}, }", .text = "Format of the current window in the status line." }, @@ -1029,7 +1029,7 @@ const struct options_table_entry options_table[] = { { .name = "window-status-format", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_WINDOW, - .default_str = "#I:#W#{?window_flags,#{window_flags}, }", + .default_str = "#I:#W#{?window_flags,#{q/e:window_flags}, }", .text = "Format of windows in the status line, except the current " "window." }, |