diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-23 13:02:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-23 13:02:52 +0000 |
commit | 5f904aa35002246ee1005e3849455ccbdc321781 (patch) | |
tree | b1670bedc01531bae59a692e96df2e64c94389cd /tmux.1 | |
parent | 1994ae4640077ad43430e5a94886546976239b36 (diff) | |
download | rtmux-5f904aa35002246ee1005e3849455ccbdc321781.tar.gz rtmux-5f904aa35002246ee1005e3849455ccbdc321781.tar.bz2 rtmux-5f904aa35002246ee1005e3849455ccbdc321781.zip |
Add pane_tags format to format_window_pane based on code from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3037,6 +3037,7 @@ The following variables are available, where appropriate: .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_tabs" Ta "Pane tab positions" .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" |