mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a "terminal" colour which can be used instead of "default" in style
options for the terminal default colour, bypassing any inheritance from other options. Prompted by a discussion with abieber@.
This commit is contained in:
@ -771,7 +771,7 @@ const struct options_table_entry options_table[] = {
|
||||
.type = OPTIONS_TABLE_CHOICE,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
.choices = options_table_window_size_list,
|
||||
.default_num = WINDOW_SIZE_LARGEST
|
||||
.default_num = WINDOW_SIZE_SMALLEST
|
||||
},
|
||||
|
||||
{ .name = "window-style",
|
||||
|
Reference in New Issue
Block a user