aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 01:38:27 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 01:38:27 +0000
commit3893cc17a4797ce06346244ea57ec16793259ea9 (patch)
treeec73b3cd661cbaa3a7f370fc1a928d1c4d674c3a /tmux.1
parent4d1c513968a403d7c89fb93204d2f41f474c1da2 (diff)
downloadrtmux-3893cc17a4797ce06346244ea57ec16793259ea9.tar.gz
rtmux-3893cc17a4797ce06346244ea57ec16793259ea9.tar.bz2
rtmux-3893cc17a4797ce06346244ea57ec16793259ea9.zip
Sync OpenBSD patchset 1049:
Add -P/-F flags to break-pane too, from George Nachman.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 9 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 6c903b5c..a02ca238 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1000,7 +1000,8 @@ from which the layout was originally defined.
Commands related to windows and panes are as follows:
.Bl -tag -width Ds
.It Xo Ic break-pane
-.Op Fl d
+.Op Fl dP
+.Op Fl F Ar format
.Op Fl t Ar target-pane
.Xc
.D1 (alias: Ic breakp )
@@ -1010,6 +1011,13 @@ off from its containing window to make it the only pane in a new window.
If
.Fl d
is given, the new window does not become the current window.
+The
+.Fl P
+option prints information about the new window after it has been created.
+By default, it uses the format
+.Ql #{session_name}:#{window_index}
+but a different format may be specified with
+.Fl F .
.It Xo Ic capture-pane
.Op Fl b Ar buffer-index
.Op Fl E Ar end-line