From bfd7f468ce3c3a517943f65862e0018b8b1adf20 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 25 May 2026 14:53:09 +0000 Subject: [PATCH] pane_zoomed_flag went missing somewhere in tmux.1, put it back. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index bd235a70..aadb5628 100644 --- a/tmux.1 +++ b/tmux.1 @@ -6555,7 +6555,7 @@ The following variables are available, where appropriate: .It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane" .It Li "pane_unseen_changes" Ta "" Ta "1 if there were changes in pane while in mode" .It Li "pane_width" Ta "" Ta "Width of pane" -.It Li "pane_floating_flag" Ta "" Ta "1 if pane is floating" +.It Li "pane_zoomed_flag" Ta "" Ta "1 if pane is zoomed" .It Li "pid" Ta "" Ta "Server PID" .It Li "prev_window_active" Ta "" Ta "1 if previous window in W: loop is active" .It Li "prev_window_index" Ta "" Ta "Index of previous window in W: loop"