summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-02-15 18:44:49 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-02-15 18:44:49 +0000
commitfe055c89f524bf50439ec7bcbc29ae363bf6e6ae (patch)
treef40c0b3d66489e2b81eb39ec2a0ad6554b567e9c /options-table.c
parentfddbd44c185c44ad1fff37d5113519eda883e702 (diff)
Sort some entries, from Ben Boeckel.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/options-table.c b/options-table.c
index e0a99f43..b68e0b43 100644
--- a/options-table.c
+++ b/options-table.c
@@ -584,47 +584,47 @@ const struct options_table_entry window_options_table[] = {
.default_num = 0 /* overridden in main() */
},
- { .name = "window-status-bell-attr",
+ { .name = "window-status-activity-attr",
.type = OPTIONS_TABLE_ATTRIBUTES,
.default_num = GRID_ATTR_REVERSE
},
- { .name = "window-status-bell-bg",
+ { .name = "window-status-activity-bg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},
- { .name = "window-status-bell-fg",
+ { .name = "window-status-activity-fg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},
- { .name = "window-status-content-attr",
+ { .name = "window-status-bell-attr",
.type = OPTIONS_TABLE_ATTRIBUTES,
.default_num = GRID_ATTR_REVERSE
},
- { .name = "window-status-content-bg",
+ { .name = "window-status-bell-bg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},
- { .name = "window-status-content-fg",
+ { .name = "window-status-bell-fg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},
- { .name = "window-status-activity-attr",
+ { .name = "window-status-content-attr",
.type = OPTIONS_TABLE_ATTRIBUTES,
.default_num = GRID_ATTR_REVERSE
},
- { .name = "window-status-activity-bg",
+ { .name = "window-status-content-bg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},
- { .name = "window-status-activity-fg",
+ { .name = "window-status-content-fg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8
},