diff options
author | nicm <nicm> | 2020-04-02 05:35:15 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-02 05:35:15 +0000 |
commit | 90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151 (patch) | |
tree | 3b3c6bf8847187959a3f92c2fe076859b0626882 /tmux.1 | |
parent | 05a15215c5d7b0f2062c7f91c7f9a3ec62d729f9 (diff) | |
download | rtmux-90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151.tar.gz rtmux-90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151.tar.bz2 rtmux-90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151.zip |
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.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |