Re: patch for case insensitive search

2013-11-08 Thread Nicholas Marriott
Great, applied, thanks. On Sat, Nov 02, 2013 at 01:36:05PM -0500, J Raynor wrote: > > How about doing this the emacs way? All lowercase means case-insensitive, > > any caps means case-sensitive. > > Sure. I've attached a new patch that does that. There's no window > option this time since it i

Re: patch for case insensitive search

2013-11-02 Thread J Raynor
> How about doing this the emacs way? All lowercase means case-insensitive, > any caps means case-sensitive. Sure. I've attached a new patch that does that. There's no window option this time since it isn't needed. tmux-case-insensitive-search.patch Description: Binary data ---

Re: patch for case insensitive search

2013-11-02 Thread Nicholas Marriott
Hi How about doing this the emacs way? All lowercase means case-insensitive, any caps means case-sensitive.  Original message From: J Raynor Date: 01/11/2013 06:48 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: patch for case insensitive search I&#x

patch for case insensitive search

2013-10-31 Thread J Raynor
I've attached a patch that implements case insensitive searching in copy mode. The case insensitive searching only works for ascii characters (not unicode) because that's all tmux appears to allow you to enter when you do a search. The patch adds a new window option called case-insensitive-search