mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove the set-remain-on-exit option, it was always a hack and can now
be done with hooks instead.
This commit is contained in:
@ -359,9 +359,6 @@ session_new(struct session *s, const char *name, int argc, char **argv,
|
||||
notify_window_linked(s, w);
|
||||
environ_free(env);
|
||||
|
||||
if (options_get_number(s->options, "set-remain-on-exit"))
|
||||
options_set_number(w->options, "remain-on-exit", 1);
|
||||
|
||||
session_group_synchronize_from(s);
|
||||
return (wl);
|
||||
}
|
||||
|
Reference in New Issue
Block a user