=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.687 retrieving revision 1.688 diff -c -r1.687 -r1.688 *** src/usr.bin/tmux/tmux.1 2019/09/11 06:43:17 1.687 --- src/usr.bin/tmux/tmux.1 2019/09/15 21:42:57 1.688 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.687 2019/09/11 06:43:17 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.688 2019/09/15 21:42:57 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: September 11 2019 $ .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: September 15 2019 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 4333,4339 **** .Pp A style may be the single term .Ql default ! to specify the default style (which may inherit from another option) or a space or comma separated list of the following: .Bl -tag -width Ds .It Ic fg=colour --- 4333,4341 ---- .Pp A style may be the single term .Ql default ! to specify the default style (which may come from an option, for example ! .Ic status-style ! in the status line) or a space or comma separated list of the following: .Bl -tag -width Ds .It Ic fg=colour *************** *** 4412,4417 **** --- 4414,4433 ---- .Ic list=right-marker mark the text to be used to mark that text has been trimmed from the left or right of the list if there is not enough space. + .It Xo Ic push-default , + .Ic pop-default + .Xc + Store the current colours and attributes as the default or reset to the previous + default. + A + .Ic push-default + affects any subsequent use of the + .Ic default + term until a + .Ic pop-default . + Only one default may be pushed (each + .Ic push-default + replaces the previous saved default). .It Xo Ic range=left , .Ic range=right , .Ic range=window|X ,