From 6299f9669f3868cdbb9ea0c45f571a8154d090ff Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 10 Dec 2021 12:51:11 +0000 Subject: [PATCH] Missed unlinked control notifications, GitHub issue 2996. --- usr.bin/tmux/tmux.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 .\" @@ -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 -- 2.20.1