=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.194 retrieving revision 1.195 diff -c -r1.194 -r1.195 *** src/usr.bin/tmux/tmux.1 2010/12/11 18:39:25 1.194 --- src/usr.bin/tmux/tmux.1 2010/12/19 18:35:08 1.195 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.194 2010/12/11 18:39:25 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.195 2010/12/19 18:35:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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 11 2010 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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 19 2010 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2194,2199 **** --- 2194,2218 ---- 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