mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
Reload colors2 as well as colors, naming tweaks.
This commit is contained in:
parent
9f5cf7abca
commit
938f30ee92
4 changed files with 10 additions and 5 deletions
1
config.c
1
config.c
|
|
@ -3872,6 +3872,7 @@ config_reload_colors(struct config *conf)
|
|||
// loading the config?
|
||||
|
||||
conf->colors = new_conf.colors;
|
||||
conf->colors2 = new_conf.colors2;
|
||||
|
||||
config_free(&new_conf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue