diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-02-20 07:34:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-02-20 07:34:58 +0000 |
commit | 8485f8d2aa04ef808e8808b606d6f4c6ee0363a1 (patch) | |
tree | c1e932dabd317b673f739ea600e9a51379074e21 /usr.bin/tmux/tmux.1 | |
parent | 102db1f680fada895630fb06cd78df016cc42e2a (diff) |
Add selection_active format for when the selection is present but not
moving with the cursor, from Mark Kelly.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 8941011aafc..05e99c10218 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.712 2020/02/15 15:08:08 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.713 2020/02/20 07:34:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 15 2020 $ +.Dd $Mdocdate: February 20 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -4350,6 +4350,7 @@ The following variables are available, where appropriate: .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode" .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 "selection_active" Ta "" Ta "1 if selection started and changes with the cursor in copy mode" .It Li "selection_end_x" Ta "" Ta "X position of the end of the selection" .It Li "selection_end_y" Ta "" Ta "Y position of the end of the selection" .It Li "selection_present" Ta "" Ta "1 if selection started in copy mode" |