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
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
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