Re: bug in window_copy_scroll_up/down functions, patch attached

2013-11-08 Thread Nicholas Marriott
Cool, thanks. Applied now. On Thu, Oct 31, 2013 at 11:04:23PM -0500, J Raynor wrote: > I applied your patch and it corrects the problem. -- November Webinars for C, C++, Fortran Developers Accelerate application performan

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

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