diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-17 19:02:47 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-17 19:02:47 +0000 |
commit | f772e1d362306cc0aed20f6aba4a11345d408016 (patch) | |
tree | 7e84ec2438f5d2910b04c6e8d3bb37b4c4dfb972 | |
parent | 2a2e24a17769b5b33b809d01122cc9a0cd465263 (diff) | |
download | rtmux-f772e1d362306cc0aed20f6aba4a11345d408016.tar.gz rtmux-f772e1d362306cc0aed20f6aba4a11345d408016.tar.bz2 rtmux-f772e1d362306cc0aed20f6aba4a11345d408016.zip |
Sync OpenBSD patchset 609:
Document swap-pane -d.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.219 2010-01-08 16:31:35 tcunha Exp $ +.\" $Id: tmux.1,v 1.220 2010-01-17 19:02:47 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: January 7 2010 $ +.Dd $Mdocdate: January 14 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1038,6 +1038,10 @@ is used and no source pane is specified with is swapped with the previous pane (before it numerically); .Fl D swaps with the next pane (after it numerically). +.Fl d +instructs +.Nm +not to change the active pane. .It Xo Ic swap-window .Op Fl d .Op Fl s Ar src-window |