summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-02-06 15:09:34 +0000
committernicm <nicm>2015-02-06 15:09:34 +0000
commit83a8e1fd20e3cbd6da38d0b4d6973cad0484c27b (patch)
treefcdbb4001aa49dc0a7bdeec4e00e5486b8e4dcef /tmux.1
parent90bf7026f6bb83e0781ff2fc71c32ce973edce59 (diff)
Move pane border options to window options rather than session, from Marc Finet.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.134
1 files changed, 18 insertions, 16 deletions
diff --git a/tmux.1 b/tmux.1
index 1d4f2923..ca7d392a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2441,22 +2441,6 @@ window.
.Op Ic on | off
.Xc
If enabled, request mouse input as UTF-8 on UTF-8 terminals.
-.It Ic pane-active-border-style Ar style
-Set the pane border style for the currently active pane.
-For how to specify
-.Ar style ,
-see the
-.Ic message-command-style
-option.
-Attributes are ignored.
-.It Ic pane-border-style Ar style
-Set the pane border style for panes aside from the active pane.
-For how to specify
-.Ar style ,
-see the
-.Ic message-command-style
-option.
-Attributes are ignored.
.It Ic prefix Ar key
Set the key accepted as a prefix key.
.It Ic prefix2 Ar key
@@ -2895,11 +2879,29 @@ but set the width of other panes in the
.Ic main-vertical
layout.
.Pp
+.It Ic pane-active-border-style Ar style
+Set the pane border style for the currently active pane.
+For how to specify
+.Ar style ,
+see the
+.Ic message-command-style
+option.
+Attributes are ignored.
+.Pp
.It Ic pane-base-index Ar index
Like
.Ic base-index ,
but set the starting index for pane numbers.
.Pp
+.It Ic pane-border-style Ar style
+Set the pane border style for panes aside from the active pane.
+For how to specify
+.Ar style ,
+see the
+.Ic message-command-style
+option.
+Attributes are ignored.
+.Pp
.It Xo Ic remain-on-exit
.Op Ic on | off
.Xc