From 6f9b9655d7014f304b371574659fbca853a71091 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 2 Aug 2017 11:10:48 +0000 Subject: Add selection_present format so commands in copy mode can use it, GitHub issue 1028. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 2afdffd4..b183ccba 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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" -- cgit