mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
config/terminal: refactor: remove “default_*” color members from terminal struct
Access the original colors in the configuration instead.
This commit is contained in:
parent
407189978e
commit
292a7c5686
6 changed files with 61 additions and 86 deletions
|
|
@ -407,10 +407,6 @@ struct terminal {
|
|||
uint32_t bg;
|
||||
uint32_t table[256];
|
||||
uint16_t alpha;
|
||||
|
||||
uint32_t default_fg;
|
||||
uint32_t default_bg;
|
||||
uint32_t default_table[256];
|
||||
} colors;
|
||||
|
||||
enum cursor_style cursor_style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue