diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 16:25:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 16:25:21 +0000 |
commit | 1db4ec6e6327aa4b879e42f5e37a2c599f487206 (patch) | |
tree | 0d77b3b700672a2c628803335e249cadb4850f1d /tmux.1 | |
parent | 7d3c1016ce33d8a74af7b876e8e7c9ca00452ec1 (diff) | |
download | rtmux-1db4ec6e6327aa4b879e42f5e37a2c599f487206.tar.gz rtmux-1db4ec6e6327aa4b879e42f5e37a2c599f487206.tar.bz2 rtmux-1db4ec6e6327aa4b879e42f5e37a2c599f487206.zip |
Add pane_current_command format.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3020,6 +3020,7 @@ The following variables are available, where appropriate: .It Li "mouse_standard_flag" Ta "Pane mouse standard flag" .It Li "mouse_utf8_flag" Ta "Pane mouse UTF-8 flag" .It Li "pane_active" Ta "1 if active pane" +.It Li "pane_current_command" Ta "Current command if available" .It Li "pane_current_path" Ta "Current path if available" .It Li "pane_dead" Ta "1 if pane is dead" .It Li "pane_height" Ta "Height of pane" |