diff options
author | nicm <nicm> | 2019-05-26 17:34:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-26 17:34:45 +0000 |
commit | e90d4a6021a45e4f281c75e5513ede2d010ede32 (patch) | |
tree | fee53e188a26f7221239aee44cec4b383557d54e /tmux.1 | |
parent | 64310051694fd5c82ccbcff9fda6488ea2dcfb96 (diff) | |
download | rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.tar.gz rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.tar.bz2 rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.zip |
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4129,6 +4129,10 @@ The following variables are available, where appropriate: .It Li "mouse_any_flag" Ta "" Ta "Pane mouse any flag" .It Li "mouse_button_flag" Ta "" Ta "Pane mouse button flag" .It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag" +.It Li "mouse_x" Ta "" Ta "Mouse X position, if any" +.It Li "mouse_y" Ta "" Ta "Mouse Y position, if any" +.It Li "mouse_word" Ta "" Ta "Word under mouse, if any" +.It Li "mouse_line" Ta "" Ta "Line under mouse, if any" .It Li "pane_active" Ta "" Ta "1 if active pane" .It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window" .It Li "pane_at_left" Ta "" Ta "1 if pane is at the left of window" |