mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-19 06:46:24 -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
4
main.c
4
main.c
|
|
@ -48,14 +48,14 @@ fdm_sigint(struct fdm *fdm, int signo, void *data)
|
|||
static bool
|
||||
fdm_sigusr1_server(struct fdm *fdm, int signo, void *data)
|
||||
{
|
||||
server_hard_reload_config_colors(data);
|
||||
server_reload_config_colors(data);
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool
|
||||
fdm_sigusr1_term(struct fdm *fdm, int signo, void *data)
|
||||
{
|
||||
term_hard_reload_config_colors(data);
|
||||
term_reload_config_colors(data);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue