add option to detach the client process from the terminal instance

This commit is contained in:
Felipe Trzaskowski 2021-03-12 20:46:55 -03:00
parent 464851fac1
commit 3ed9314266
4 changed files with 113 additions and 43 deletions

View file

@ -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;