summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-01-20 08:01:22 +0000
committerThomas Adam <thomas@xteddy.org>2021-01-20 08:01:22 +0000
commit9ff017e908243f3e24e0e26769c8e5aadfa3cb57 (patch)
tree19606afd862a056fa0ecc3babf978877d6da0703 /options-table.c
parent82423975df8b8de859c58e84a4248f4749cb8b16 (diff)
parentfb774b77d0f5ccb988b508b8a794633d4c9a5962 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 3fd3fe4a..4f7a6f34 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1017,7 +1017,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,#{q/e:window_flags}, }",
+ .default_str = "#I:#W#{?window_flags,#{window_flags}, }",
.text = "Format of the current window in the status line."
},
@@ -1033,7 +1033,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,#{q/e:window_flags}, }",
+ .default_str = "#I:#W#{?window_flags,#{window_flags}, }",
.text = "Format of windows in the status line, except the current "
"window."
},