diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-12-10 16:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-12-10 16:01:11 +0000 |
commit | 5c5712be5c2af0867118894ed411c6d7462b5b3b (patch) | |
tree | c4de3f3bd9eb16a9270d3c5fc611f1bb47546a56 | |
parent | 8941dbe482f68bfff7d7ea577719ab366cebf54b (diff) | |
parent | 9c1633a8659c4045b8303eb99d5f89b4f0dcb784 (diff) | |
download | rtmux-5c5712be5c2af0867118894ed411c6d7462b5b3b.tar.gz rtmux-5c5712be5c2af0867118894ed411c6d7462b5b3b.tar.bz2 rtmux-5c5712be5c2af0867118894ed411c6d7462b5b3b.zip |
Merge branch 'obsd-master' into master
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6512,6 +6512,14 @@ are for future use and should be ignored. The window with ID .Ar window-id was created but is not linked to the current session. +.It Ic %unlinked-window-close Ar window-id +The window with ID +.Ar window-id , +which is not linked to the current session, was closed. +.It Ic %unlinked-window-renamed Ar window-id +The window with ID +.Ar window-id , +which is not linked to the current session, was renamed. .It Ic %window-add Ar window-id The window with ID .Ar window-id |