From 9913cce3ba0f6c35970990ac2cbe9a83e3dc729d Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 7 Jul 2017 14:39:45 +0000 Subject: Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 494f231b..4f9e3e5d 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3596,6 +3596,7 @@ The following variables are available, where appropriate: .It Li "pane_left" Ta "" Ta "Left of pane" .It Li "pane_mode" Ta "" Ta "Name of pane mode, if any." .It Li "pane_pid" Ta "" Ta "PID of first process in pane" +.It Li "pane_pipe" Ta "" Ta "1 if pane is being piped" .It Li "pane_right" Ta "" Ta "Right of pane" .It Li "pane_search_string" Ta "" Ta "Last search string in copy mode" .It Li "pane_start_command" Ta "" Ta "Command pane started with" -- cgit