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

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