Re: bug in window_copy_scroll_up/down functions, patch attached

2013-10-31 Thread Nicholas Marriott
I think the problem is we are redrawing the first two lines before fixing up the selection, so they get written as not selected. I think it's better to update the selection before redrawing rather than redrawing them again separately. But window_copy_update_selection can also redraw for rectangle

Re: bug in window_copy_scroll_up/down functions, patch attached

2013-10-31 Thread J Raynor
I applied your patch and it corrects the problem. -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn mo

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