=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/tmux/tmux.1 2009/06/03 15:58:40 1.9 --- src/usr.bin/tmux/tmux.1 2009/06/03 16:54:26 1.10 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.9 2009/06/03 15:58:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.10 2009/06/03 16:54:26 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1133,1138 **** --- 1133,1144 ---- Where appropriate, these may be prefixed with a number to specify the maximum length, for example .Ql #24T . + .Pp + By default, UTF-8 in + .Ar string + is not interpreted, to enable UTF-8, use the + .Ic status-utf8 + option. .It Ic status-left-length Ar length Set the maximum .Ar length *************** *** 1147,1159 **** .Ic status-left , .Ar string will be passed to ! .Xr strftime 3 ! and character pairs are replaced. .It Ic status-right-length Ar length Set the maximum .Ar length of the right component of the status bar. The default is 40. .El .It Xo Ic set-password .Op Fl c --- 1153,1179 ---- .Ic status-left , .Ar string will be passed to ! .Xr strftime 3 , ! character pairs are replaced, and UTF-8 is dependent on the ! .Ic status-utf8 ! option. .It Ic status-right-length Ar length Set the maximum .Ar length of the right component of the status bar. The default is 40. + .Pp + .It Xo Ic status-utf8 + .Op Ic on | Ic off + .Xc + Instruct + .Nm + to treat top-bit-set characters in the + .Ic status-left + and + .Ic status-right + strings as UTF-8; notably, this is important for wide characters. + This option defaults to off. .El .It Xo Ic set-password .Op Fl c