=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.287 retrieving revision 1.288 diff -u -r1.287 -r1.288 --- src/usr.bin/tmux/tmux.1 2012/04/01 10:42:39 1.287 +++ src/usr.bin/tmux/tmux.1 2012/04/01 13:18:38 1.288 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.287 2012/04/01 10:42:39 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.288 2012/04/01 13:18:38 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1451,7 +1451,7 @@ .Fl U or downward (numerically higher). .It Xo Ic select-layout -.Op Fl np +.Op Fl npUu .Op Fl t Ar target-window .Op Ar layout-name .Xc @@ -1468,6 +1468,13 @@ and .Ic previous-layout commands. +.Pp +.Fl U +and +.Fl u +step forward and back through previous layouts, up to the maximum set by the +.Ic layout-history-limit +option. .It Xo Ic select-pane .Op Fl lDLRU .Op Fl t Ar target-pane @@ -2508,6 +2515,13 @@ or .Ar height . A value of zero restores the default unlimited setting. +.Pp +.It Ic layout-history-limit Ar limit +Set the number of previous layouts stored for recovery with +.Ic select-layout +.Fl U +and +.Fl u . .Pp .It Ic main-pane-height Ar height .It Ic main-pane-width Ar width