mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Sync OpenBSD patchset 1030:
Sort some entries, from Ben Boeckel.
This commit is contained in:
parent
290636bc86
commit
88f25bb677
@ -583,6 +583,21 @@ const struct options_table_entry window_options_table[] = {
|
|||||||
.default_num = 0 /* overridden in main() */
|
.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",
|
{ .name = "window-status-bell-attr",
|
||||||
.type = OPTIONS_TABLE_ATTRIBUTES,
|
.type = OPTIONS_TABLE_ATTRIBUTES,
|
||||||
.default_num = GRID_ATTR_REVERSE
|
.default_num = GRID_ATTR_REVERSE
|
||||||
@ -613,21 +628,6 @@ const struct options_table_entry window_options_table[] = {
|
|||||||
.default_num = 8
|
.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",
|
{ .name = "window-status-attr",
|
||||||
.type = OPTIONS_TABLE_ATTRIBUTES,
|
.type = OPTIONS_TABLE_ATTRIBUTES,
|
||||||
.default_num = 0
|
.default_num = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user