commit | 8bfbc8c61d14369a023444f49a4708e551cb7342 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Jul 15 17:45:09 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Jul 15 17:45:09 2009 +0000 |
tree | 196948a0af01df5e240be708e62d323cd06d63be | |
parent | ff90170738dad3ab6d302790672c57a3e10e9075 [diff] |
The man page says that kill-window removes the window entirely, unlinking it from any sessions. In fact the implementation only affected the current session, making it the same as unlink-window but destroying the window if it was linked into only one session (unlinkw gives an error). Change the behaviour to match what it documented and was originally intended.