aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-03 23:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-03 23:02:28 +0100
commitd4177e954c8433469f5ac4cade15bafb1675117e (patch)
tree76ff287b770ec8e217c6839e0afae2a7dd716961 /tmux.1
parent4d505574dc515d6e554b3f37e9aa5bdb8930c6cb (diff)
parent45ae9a8e3520d73c795bb993ced4fe43d06ad6f1 (diff)
downloadrtmux-d4177e954c8433469f5ac4cade15bafb1675117e.tar.gz
rtmux-d4177e954c8433469f5ac4cade15bafb1675117e.tar.bz2
rtmux-d4177e954c8433469f5ac4cade15bafb1675117e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.126
1 files changed, 24 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 0ea1fdd5..8e795df8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2209,7 +2209,7 @@ is given and the selected window is already the current window,
the command behaves like
.Ic last-window .
.It Xo Ic split-window
-.Op Fl bdfhvP
+.Op Fl bdfhIvP
.Op Fl c Ar start-directory
.Op Fl e Ar environment
.Oo Fl l
@@ -2245,6 +2245,24 @@ option creates a new pane spanning the full window height (with
or full window width (with
.Fl v ) ,
instead of splitting the active pane.
+.Pp
+An empty
+.Ar shell-command
+('') will create a pane with no command running in it.
+Output can be sent to such a pane with the
+.Ic display-message
+command.
+The
+.Fl I
+flag (if
+.Ar shell-command
+is not specified or empty)
+will create an empty pane and forward any output from stdin to it.
+For example:
+.Bd -literal -offset indent
+$ make 2>&1|tmux splitw -dI &
+.Ed
+.Pp
All other options have the same meaning as for the
.Ic new-window
command.
@@ -4435,7 +4453,7 @@ option.
This command works only from inside
.Nm .
.It Xo Ic display-message
-.Op Fl apv
+.Op Fl aIpv
.Op Fl c Ar target-client
.Op Fl t Ar target-pane
.Op Ar message
@@ -4462,6 +4480,10 @@ is given, otherwise the active pane for the session attached to
prints verbose logging as the format is parsed and
.Fl a
lists the format variables and their values.
+.Pp
+.Fl I
+forwards any input read from stdin to the empty pane given by
+.Ar target-pane .
.El
.Sh BUFFERS
.Nm