From fe055c89f524bf50439ec7bcbc29ae363bf6e6ae Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Feb 2012 18:44:49 +0000 Subject: [PATCH] Sort some entries, from Ben Boeckel. --- options-table.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/options-table.c b/options-table.c index e0a99f43..b68e0b43 100644 --- a/options-table.c +++ b/options-table.c @@ -584,6 +584,21 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 /* overridden in main() */ }, + { .name = "window-status-activity-attr", + .type = OPTIONS_TABLE_ATTRIBUTES, + .default_num = GRID_ATTR_REVERSE + }, + + { .name = "window-status-activity-bg", + .type = OPTIONS_TABLE_COLOUR, + .default_num = 8 + }, + + { .name = "window-status-activity-fg", + .type = OPTIONS_TABLE_COLOUR, + .default_num = 8 + }, + { .name = "window-status-bell-attr", .type = OPTIONS_TABLE_ATTRIBUTES, .default_num = GRID_ATTR_REVERSE @@ -614,21 +629,6 @@ const struct options_table_entry window_options_table[] = { .default_num = 8 }, - { .name = "window-status-activity-attr", - .type = OPTIONS_TABLE_ATTRIBUTES, - .default_num = GRID_ATTR_REVERSE - }, - - { .name = "window-status-activity-bg", - .type = OPTIONS_TABLE_COLOUR, - .default_num = 8 - }, - - { .name = "window-status-activity-fg", - .type = OPTIONS_TABLE_COLOUR, - .default_num = 8 - }, - { .name = "window-status-attr", .type = OPTIONS_TABLE_ATTRIBUTES, .default_num = 0