commit | 9601b72e4ced58d08f4c1351865746b46ab5895e | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Wed Jul 15 08:00:49 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Wed Jul 15 08:00:49 2009 +0000 |
tree | de17b881631bbc366a20e6e27e1a62ec041f7602 | |
parent | ca617d679ff296a4abe0e7526d8e8cab4f87e338 [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.