aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-11-27 18:12:04 +0000
committerThomas Adam <thomas@xteddy.org>2012-11-27 18:12:04 +0000
commit39631edb98a542be53fce6f1eeef41880c9a76b4 (patch)
treec25708a37d4c79d1dbbc89a91d34296df689d934 /tmux.1
parent1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18 (diff)
parent9b8998aeec9c4dff695ae4108965677d90d9c9c7 (diff)
downloadrtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.tar.gz
rtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.tar.bz2
rtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.119
1 files changed, 17 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 9ad40e07..499a924d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2827,6 +2827,15 @@ Like
.Ar window-status-format ,
but is the format used when the window is the current window.
.Pp
+.It Ic window-status-last-attr Ar attributes
+Set status line attributes for the last active window.
+.Pp
+.It Ic window-status-last-bg Ar colour
+Set status line background colour for the last active window.
+.Pp
+.It Ic window-status-last-fg Ar colour
+Set status line foreground colour for the last active window.
+.Pp
.It Ic window-status-fg Ar colour
Set status line foreground colour for a single window.
.Pp
@@ -3389,12 +3398,18 @@ otherwise.
Lock each client individually by running the command specified by the
.Ic lock-command
option.
-.It Ic run-shell Ar shell-command
+.It Xo Ic run-shell
+.Op Fl t Ar target-pane
+.Ar shell-command
+.Xc
.D1 (alias: Ic run )
Execute
.Ar shell-command
in the background without creating a window.
-After it finishes, any output to stdout is displayed in copy mode.
+After it finishes, any output to stdout is displayed in copy mode (in the pane
+specified by
+.Fl t
+or the current pane if omitted).
If the command doesn't return success, the exit status is also displayed.
.It Ic server-info
.D1 (alias: Ic info )