mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -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
1
config.h
1
config.h
|
|
@ -36,6 +36,7 @@ struct config {
|
|||
size_t render_worker_count;
|
||||
char *server_socket_path;
|
||||
bool presentation_timings;
|
||||
bool hold_at_exit;
|
||||
};
|
||||
|
||||
bool config_load(struct config *conf, const char *path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue