diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-12-10 12:51:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-12-10 12:51:12 +0000 |
commit | e60033840d5743c5f84cc777381ba875e31576b1 (patch) | |
tree | b825aa4854ab0466011396db29285ce59e3cba4e | |
parent | 727bed3fb7ad00a8546d222237bdbd5b25f41816 (diff) |
Missed unlinked control notifications, GitHub issue 2996.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 72ae1a06d2d..fb0df69730e 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.872 2021/12/10 12:45:32 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.873 2021/12/10 12:51:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 |