diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:28:00 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:28:00 +0000 |
commit | 3bba40160931bdad2ad8cd5168a42239477cbe99 (patch) | |
tree | b7a4f95ddb063b40604c06d9f1d5d896b3697ae8 /tmux.1 | |
parent | 31657820bc7613a933517b7ac97dee7958c979d5 (diff) | |
download | rtmux-3bba40160931bdad2ad8cd5168a42239477cbe99.tar.gz rtmux-3bba40160931bdad2ad8cd5168a42239477cbe99.tar.bz2 rtmux-3bba40160931bdad2ad8cd5168a42239477cbe99.zip |
Sync OpenBSD patchset 715:
Support the status_replace # replacement sequences in the pipe-pane
command, thanks to Andrea Barisani.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.255 2010-06-06 00:23:44 tcunha Exp $ +.\" $Id: tmux.1,v 1.256 2010-06-06 00:28:00 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2010 $ +.Dd $Mdocdate: June 5 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1124,6 +1124,11 @@ A pane may only be piped to one command at a time, any existing pipe is closed before .Ar shell-command is executed. +The +.Ar shell-command +string may contain the special character sequences supported by the +.Ic status-left +command. If no .Ar shell-command is given, the current pipe (if any) is closed. @@ -1133,7 +1138,7 @@ The option only opens a new pipe if no previous pipe exists, allowing a pipe to be toggled with a single key, for example: .Bd -literal -offset indent -bind-key C-p pipe-pane -o 'cat >>~/output' +bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P' .Ed .It Xo Ic previous-window .Op Fl a |