Re: Persistent sessions

2013-03-24 Thread Jens Stimpfle
Hi Nicholas, On Sun, Mar 24, 2013 at 10:54:48PM +, Nicholas Marriott wrote: > Why do you need to make sure it exists? Why not create it? It is much cleaner to script against a stable setup. It also provides for a better user experience: It should be always possible to switch to the fixed sess

Re: Persistent sessions

2013-03-24 Thread Nicholas Marriott
r the contained job has finished (based > on exit code). It must make sure that the target session exists. To > avoid hacking, it would be very practical if there were persistent > sessions (sessions which are not destroyed when the last window has > gone). > > I've alrea

Persistent sessions

2013-03-24 Thread Jens Stimpfle
very practical if there were persistent sessions (sessions which are not destroyed when the last window has gone). I've already digged into the code, but simply not destroying the session results in server crashes (as expected). Proper patching probably requires proficiency with the RB tree