diff options
author | nicm <nicm> | 2020-03-19 13:32:49 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-03-19 13:32:49 +0000 |
commit | 581ed718e737fd3875323e74b674bcf7f9d0bcb3 (patch) | |
tree | 24a5aeff07c1412069b39f895758d7f9a8d7995d /tmux.1 | |
parent | 2cd8ea76800e65d787c42425739fec837a90c0cc (diff) | |
download | rtmux-581ed718e737fd3875323e74b674bcf7f9d0bcb3.tar.gz rtmux-581ed718e737fd3875323e74b674bcf7f9d0bcb3.tar.bz2 rtmux-581ed718e737fd3875323e74b674bcf7f9d0bcb3.zip |
Add C position for terminal centre with display-menu -x and -y.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4918,6 +4918,7 @@ give the position of the menu. Both may be a row or column number, or one of the following special values: .Bl -column "XXXXX" "XXXX" -offset indent .It Sy "Value" Ta Sy "Flag" Ta Sy "Meaning" +.It Li "C" Ta "Both" Ta "The centre of the terminal" .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" |