=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.849 retrieving revision 1.850 diff -c -r1.849 -r1.850 *** src/usr.bin/tmux/tmux.1 2021/08/11 20:35:46 1.849 --- src/usr.bin/tmux/tmux.1 2021/08/11 20:49:55 1.850 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.849 2021/08/11 20:35:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.850 2021/08/11 20:49:55 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 4147,4153 **** .Sx STYLES section. Attributes are ignored. - .Pp .It Ic pane-base-index Ar index Like .Ic base-index , --- 4147,4152 ---- *************** *** 4304,4309 **** --- 4303,4315 ---- The alternate screen feature preserves the contents of the window when an interactive application starts and restores it on exit, so that any output visible before the application starts reappears unchanged after it exits. + .Pp + .It Ic pane-colours[] Ar colour + The default colour palette. + Each entry in the array defines the colour + .Nm + uses when the colour with that index is requested. + The index may be from zero to 255. .Pp .It Xo Ic remain-on-exit .Op Ic on | off | failed