From 3cfc96d4de8c616035106b8d1d1fe749afca24db Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 23 May 2026 16:43:04 +0000 Subject: [PATCH] Add missing argument to %unlinked-window-renamed, reported by Andrew Grangaard. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 56bf6386..bd235a70 100644 --- a/tmux.1 +++ b/tmux.1 @@ -8209,7 +8209,7 @@ was created but is not linked to the current session. 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 +.It Ic %unlinked\-window\-renamed Ar window\-id Ar new\-name The window with ID .Ar window\-id , which is not linked to the current session, was renamed.