From 90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 2 Apr 2020 05:35:15 +0000 Subject: Add a W position to display-menu -y to use the line above (or below) the status line containing the window list. Leave S meaning above (or below) all status lines. GitHub issue 2145. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index ab214fe8..9346c443 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4985,7 +4985,7 @@ Both may be a row or column number, or one of the following special values: .It Li "R" Ta Fl x Ta "The right side of the terminal" .It Li "P" Ta "Both" Ta "The bottom left of the pane" .It Li "M" Ta "Both" Ta "The mouse position" -.It Li "W" Ta Fl x Ta "The window position on the status line" +.It Li "W" Ta "Both" Ta "The window position on the status line" .It Li "S" Ta Fl y Ta "The line above or below the status line" .El .Pp -- cgit