=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.317 retrieving revision 1.318 diff -c -r1.317 -r1.318 *** src/usr.bin/tmux/tmux.1 2013/03/21 16:15:52 1.317 --- src/usr.bin/tmux/tmux.1 2013/03/21 16:17:01 1.318 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.317 2013/03/21 16:15:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.318 2013/03/21 16:17:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1938,1943 **** --- 1938,1956 ---- All window options are documented with the .Ic set-window-option command. + .Pp + .Nm + also supports user options which are prefixed with a + .Ql \&@ . + User options may have any name, so long as it is prefixed with + .Ql \&@, + and be set to any string. + For example + .Bd -literal -offset indent + $ tmux setw -q @foo "abc123" + $ tmux showw -v @foo + abc123 + .Ed .Pp Commands which set options are as follows: .Bl -tag -width Ds