From 106011aa53a739c612aa7c631e5d3f2542f74378 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 5 Jan 2010 23:52:37 +0000 Subject: Sync OpenBSD patchset 597: Options to set the colour of the pane borders, with different colours for the active pane. --- tmux.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 5bc3109c..0abd181e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.216 2009-12-16 01:09:01 tcunha Exp $ +.\" $Id: tmux.1,v 1.217 2010-01-05 23:52:37 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: December 14 2009 $ +.Dd $Mdocdate: January 3 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -1457,6 +1457,12 @@ If on, captures the mouse and when a window is split into multiple panes the mouse may be used to select the current pane. The mouse click is also passed through to the application as normal. +.It Ic pane-border-fg Ar colour +.It Ic pane-border-bg Ar colour +Set the pane border colour for panes aside from the active pane. +.It Ic pane-active-border-fg Ar colour +.It Ic pane-active-border-bg Ar colour +Set the pane border colour for the currently active pane. .It Ic prefix Ar keys Set the keys accepted as a prefix key. .Ar keys -- cgit