diff options
author | nicm <nicm> | 2018-10-25 15:13:38 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-10-25 15:13:38 +0000 |
commit | fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6 (patch) | |
tree | 35eb7a9295fd36e29661b20a506551565ced9d16 /options-table.c | |
parent | 9feb35b7c4007966bf19cdb57b904e373da2d247 (diff) | |
download | rtmux-fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6.tar.gz rtmux-fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6.tar.bz2 rtmux-fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6.zip |
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@.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 347c23de..73d22b0a 100644 --- a/options-table.c +++ b/options-table.c @@ -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", |