mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
Implement --hold
When specified, we don't exit when the slave/client process exits.
This commit is contained in:
parent
31baf334b3
commit
8f4ec9aa47
7 changed files with 36 additions and 12 deletions
2
config.c
2
config.c
|
|
@ -511,6 +511,8 @@ config_load(struct config *conf, const char *conf_path)
|
|||
|
||||
.render_worker_count = sysconf(_SC_NPROCESSORS_ONLN),
|
||||
.server_socket_path = get_server_socket_path(),
|
||||
.presentation_timings = false,
|
||||
.hold_at_exit = false,
|
||||
};
|
||||
|
||||
char *default_path = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue