summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-27 13:52:23 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-27 13:52:23 +0000
commit93224260ae42b8d2c85e702453779b8ff583f561 (patch)
tree8a38eddc186af06b91f515df83ed538b593f3e80 /options-table.c
parent991bfcf443de261dfe9be35f9c4d26731f8a2dff (diff)
Add window-status-last-* options, from Boris Faure.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 3e471908..d9bbe382 100644
--- a/options-table.c
+++ b/options-table.c
@@ -686,6 +686,21 @@ const struct options_table_entry window_options_table[] = {
.default_str = "#I:#W#F"
},
+ { .name = "window-status-last-attr",
+ .type = OPTIONS_TABLE_ATTRIBUTES,
+ .default_num = 0
+ },
+
+ { .name = "window-status-last-bg",
+ .type = OPTIONS_TABLE_COLOUR,
+ .default_num = 8
+ },
+
+ { .name = "window-status-last-fg",
+ .type = OPTIONS_TABLE_COLOUR,
+ .default_num = 8
+ },
+
{ .name = "window-status-fg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8