=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.484 retrieving revision 1.485 diff -c -r1.484 -r1.485 *** src/usr.bin/tmux/tmux.1 2016/04/29 15:00:48 1.484 --- src/usr.bin/tmux/tmux.1 2016/04/29 15:58:52 1.485 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.484 2016/04/29 15:00:48 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.485 2016/04/29 15:58:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 2774,2792 **** and formats (see .Sx FORMATS ) will be expanded. ! It may also contain any of the following special character sequences: ! .Bl -column "Character pair" "Replaced with" -offset indent ! .It Sy "Character pair" Ta Sy "Replaced with" ! .It Li "#[attributes]" Ta "Colour or attribute change" ! .It Li "##" Ta "A literal" Ql # ! .El .Pp For details on how the names and titles can be set see the .Sx "NAMES AND TITLES" section. - For a list of allowed attributes see the - .Ic message-command-style - option. .Pp Examples are: .Bd -literal -offset indent --- 2774,2791 ---- and formats (see .Sx FORMATS ) will be expanded. ! ! It may also contain the a special character sequence #[] to change the colour ! or attributes, for example ! .Ql #[fg=red,bright] ! to set a bright red foreground. ! See the ! .Ic message-command-style ! option for a description of colours and attributes. .Pp For details on how the names and titles can be set see the .Sx "NAMES AND TITLES" section. .Pp Examples are: .Bd -literal -offset indent