mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
|
@ -17,6 +17,7 @@ struct client_data {
|
|||
uint8_t fullscreen:1;
|
||||
uint8_t hold:1;
|
||||
uint8_t login_shell:1;
|
||||
uint8_t no_wait:1;
|
||||
|
||||
uint16_t cwd_len;
|
||||
uint16_t term_len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue