From 7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 13 Oct 2016 21:37:03 +0000 Subject: Remove the set-remain-on-exit option, it was always a hack and can now be done with hooks instead. --- session.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'session.c') diff --git a/session.c b/session.c index dcd37bb1..634f89d9 100644 --- a/session.c +++ b/session.c @@ -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); } -- cgit