diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-12-22 15:23:59 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-12-22 15:23:59 +0000 |
commit | d1bdc9a1614166aa8bee5163378d299a35c75a76 (patch) | |
tree | 6896b85327a90e0b5aabffad98ccf4377371fdfe /tmux.1 | |
parent | cd92f44686b165ea77d13b1b93b2ff80eadfe53f (diff) | |
download | rtmux-d1bdc9a1614166aa8bee5163378d299a35c75a76.tar.gz rtmux-d1bdc9a1614166aa8bee5163378d299a35c75a76.tar.bz2 rtmux-d1bdc9a1614166aa8bee5163378d299a35c75a76.zip |
Sync OpenBSD patchset 799:
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.1 | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.277 2010-12-11 18:42:20 nicm Exp $ +.\" $Id: tmux.1,v 1.278 2010-12-22 15:23:59 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2199,6 +2199,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 |