mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
add option to detach the client process from the terminal instance
This commit is contained in:
parent
464851fac1
commit
3ed9314266
4 changed files with 113 additions and 43 deletions
1
config.h
1
config.h
|
|
@ -72,6 +72,7 @@ struct config {
|
|||
wchar_t *word_delimiters;
|
||||
wchar_t *jump_label_letters;
|
||||
bool login_shell;
|
||||
bool no_wait;
|
||||
|
||||
struct {
|
||||
enum conf_size_type type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue