diff options
author | nicm <nicm> | 2021-12-10 12:51:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-12-10 12:51:11 +0000 |
commit | 9c1633a8659c4045b8303eb99d5f89b4f0dcb784 (patch) | |
tree | cad5e60d03dda75081b5d91b7332ce113a1b187f | |
parent | 1f9aad2bb40fe90bec38288b08e8b152f13e04ad (diff) | |
download | rtmux-9c1633a8659c4045b8303eb99d5f89b4f0dcb784.tar.gz rtmux-9c1633a8659c4045b8303eb99d5f89b4f0dcb784.tar.bz2 rtmux-9c1633a8659c4045b8303eb99d5f89b4f0dcb784.zip |
Missed unlinked control notifications, GitHub issue 2996.
-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 |