=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.284 retrieving revision 1.285 diff -c -r1.284 -r1.285 *** src/usr.bin/tmux/tmux.1 2012/03/20 11:23:12 1.284 --- src/usr.bin/tmux/tmux.1 2012/03/20 17:09:48 1.285 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.284 2012/03/20 11:23:12 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.285 2012/03/20 17:09:48 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1099,1104 **** --- 1099,1105 ---- .Ql 9 keys. .It Xo Ic find-window + .Op Fl CNT .Op Fl t Ar target-window .Ar match-string .Xc *************** *** 1108,1115 **** pattern .Ar match-string in window names, titles, and visible content (but not history). ! If only one window is matched, it'll be automatically selected, otherwise a ! choice list is shown. This command only works from inside .Nm . .It Xo Ic join-pane --- 1109,1125 ---- pattern .Ar match-string in window names, titles, and visible content (but not history). ! The flags control matching behavior: ! .Fl C ! matches only visible window contents, ! .Fl N ! matches only the window name and ! .Fl T ! matches only the window title. ! The default is ! .Fl CNT . ! If only one window is matched, it'll be automatically selected, ! otherwise a choice list is shown. This command only works from inside .Nm . .It Xo Ic join-pane