summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-27 13:52:23 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-27 13:52:23 +0000
commit93224260ae42b8d2c85e702453779b8ff583f561 (patch)
tree8a38eddc186af06b91f515df83ed538b593f3e80 /tmux.1
parent991bfcf443de261dfe9be35f9c4d26731f8a2dff (diff)
Add window-status-last-* options, from Boris Faure.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 4bf55443..185a4303 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2823,6 +2823,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