mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Zombie windows, requested by Will Maier.
This commit is contained in:
17
CHANGES
17
CHANGES
@ -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 $
|
||||
|
Reference in New Issue
Block a user