On Tue, Dec 09, 2014 at 01:45:48AM -0800, Michael Graczyk wrote:
> +static void

We don't mark functions as static in tmux; not even for the portable
version.

>                       if (window_copy_update_selection(wp, 1))
> -                             window_copy_redraw_screen(wp);
> +                             window_copy_for_selection(wp, old_cy);

Rather than having a new function for this, why not put the logic into
window_copy_redraw_screen?  The mode for the wp is already known.

-- Thomas Adam

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to