=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.930 retrieving revision 1.931 diff -c -r1.930 -r1.931 *** src/usr.bin/tmux/tmux.1 2023/09/01 13:48:54 1.930 --- src/usr.bin/tmux/tmux.1 2023/09/02 09:17:23 1.931 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.930 2023/09/01 13:48:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.931 2023/09/02 09:17:23 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 1 2023 $ .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 2 2023 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 6802,6810 **** The single parameter is one of: 0 for no underscore, 1 for normal underscore, 2 for double underscore, 3 for curly underscore, 4 for dotted underscore and 5 for dashed underscore. ! .It Em \&Setulc , \&ol Set the underscore colour or reset to the default. ! The argument is (red * 65536) + (green * 256) + blue where each is between 0 and 255. .It Em \&Ss , Se Set or reset the cursor style. --- 6802,6816 ---- The single parameter is one of: 0 for no underscore, 1 for normal underscore, 2 for double underscore, 3 for curly underscore, 4 for dotted underscore and 5 for dashed underscore. ! .It Em \&Setulc , \&Setulc1, \&ol Set the underscore colour or reset to the default. ! .Em Setulc ! is for RGB colours and ! .Em Setulc1 ! for ANSI or 256 colours. ! The ! .Em Setulc ! argument is (red * 65536) + (green * 256) + blue where each is between 0 and 255. .It Em \&Ss , Se Set or reset the cursor style.