diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +29 June 2008 + +* Zombie windows. These are not closed when the child process dies. May be + set for a window with the new "remain-on-exit" option; the default setting + of this flag for new windows may be set with the "remain-by-default" session + option. + + A window may be restarted with the respawn-window command: + + respawn-window [-k] [command] + + If -k is given, any existing process running in the window is killed; + if command is omitted, the same command as when the window was first + created is used. + 27 June 2008 * Handle nonexistent session or client to -t properly. @@ -577,4 +592,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.145 2008-06-27 17:10:01 nicm Exp $ +$Id: CHANGES,v 1.146 2008-06-29 07:04:28 nicm Exp $ |