diff options
author | nicm <nicm> | 2017-08-02 11:10:48 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-02 11:10:48 +0000 |
commit | 6f9b9655d7014f304b371574659fbca853a71091 (patch) | |
tree | dd0d7961af26e29d9ecbf5a0a728210085a4b9ab /tmux.1 | |
parent | b4c9f6edbae30197ac2ffbc8d0c3e01d280033c1 (diff) | |
download | rtmux-6f9b9655d7014f304b371574659fbca853a71091.tar.gz rtmux-6f9b9655d7014f304b371574659fbca853a71091.tar.bz2 rtmux-6f9b9655d7014f304b371574659fbca853a71091.zip |
Add selection_present format so commands in copy mode can use it, GitHub
issue 1028.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3639,6 +3639,7 @@ The following variables are available, where appropriate: .It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane" .It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane" .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode" +.It Li "selection_present" Ta "" Ta "1 if selection started in copy mode" .It Li "session_alerts" Ta "" Ta "List of window indexes with alerts" .It Li "session_attached" Ta "" Ta "Number of clients session is attached to" .It Li "session_activity" Ta "" Ta "Integer time of session last activity" |