summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-19 18:35:08 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-19 18:35:08 +0000
commitc198664d151f51575ebf7f445f5f26d61e1b67a2 (patch)
tree01bb63b6efb5a8d30c8a165f8ec279e927c12fda /tmux.1
parent8715247a43c05fe68d6ab2062b0d23c8777c7671 (diff)
Add other-pane-height and other-pane-width options, allowing the width
or height of the smaller panes in the main-horizontal and main-vertical layouts to be set. Mostly from David Goodlad.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.119
1 files changed, 19 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 2ebe43ce..d958bbb1 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2195,6 +2195,25 @@ Windows that have been silent for the interval are highlighted in the
status line.
An interval of zero disables the monitoring.
.Pp
+.It Ic other-pane-height Ar height
+Set the height of the other panes (not the main pane) in the
+.Ic main-horizontal
+layout.
+If this option is set to 0 (the default), it will have no effect.
+If both the
+.Ic main-pane-height
+and
+.Ic other-pane-height
+options are set, the main pane will grow taller to make the other panes the
+specified height, but will never shrink to do so.
+.Pp
+.It Ic other-pane-width Ar width
+Like
+.Ic other-pane-height ,
+but set the width of other panes in the
+.Ic main-vertical
+layout.
+.Pp
.It Xo Ic remain-on-exit
.Op Ic on | off
.Xc