From 49ef0b4af31ed67a38d2e70e6ac60d48b0730519 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 2 Oct 2011 06:55:48 +0000 Subject: Add a few more formats for panes (tty, pid, start cmd/cwd). --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 9dc8bb04..e554254e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2603,7 +2603,11 @@ The following variables are available, where appropriate: .It Li "pane_dead" Ta "1 if pane is dead" .It Li "pane_height" Ta "Height of pane" .It Li "pane_id" Ta "Unique pane id" +.It Li "pane_pid" Ta "PID of first process in pane" +.It Li "pane_start_command" Ta "Command pane started with" +.It Li "pane_start_path" Ta "Path pane started with" .It Li "pane_title" Ta "Title of pane" +.It Li "pane_tty" Ta "Pseudo terminal of pane" .It Li "pane_width" Ta "Width of pane" .It Li "session_attached" Ta "1 if session attached" .It Li "session_created" Ta "Integer time session created" -- cgit