=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.774 retrieving revision 1.775 diff -c -r1.774 -r1.775 *** src/usr.bin/tmux/tmux.1 2020/05/26 13:19:21 1.774 --- src/usr.bin/tmux/tmux.1 2020/05/29 13:42:13 1.775 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.774 2020/05/26 13:19:21 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.775 2020/05/29 13:42:13 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: May 26 2020 $ .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: May 29 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2079,2085 **** .Fl b , other commands are not blocked from running until the indicator is closed. .It Xo Ic find-window ! .Op Fl rCNTZ .Op Fl t Ar target-pane .Ar match-string .Xc --- 2079,2085 ---- .Fl b , other commands are not blocked from running until the indicator is closed. .It Xo Ic find-window ! .Op Fl iCNrTZ .Op Fl t Ar target-pane .Ar match-string .Xc *************** *** 2098,2103 **** --- 2098,2105 ---- matches only the window name and .Fl T matches only the window title. + .Fl i + makes the search ignore case. The default is .Fl CNT . .Fl Z