I checked back over the emails for my patch, but I don't see any
mention of mouse events.  Was there a discussion off list?  If so,
I'll need to know what else you've found wrong.  I can't fix it if I
don't know about it.

> It's _still_ missing a fix in server-client.  See the following:
>
>
> diff --git a/server-client.c b/server-client.c
> index 3ca9907..a847777 100644
> --- a/server-client.c
> +++ b/server-client.c
> @@ -329,6 +329,7 @@ server_client_check_mouse(struct client *c, struct 
> window_pane *wp)
>             (m->event == MOUSE_EVENT_DOWN || m->event == MOUSE_EVENT_WHEEL)) {
>                 window_set_active_at(wp->window, m->x, m->y);
>                 server_status_window(wp->window);
> +               server_redraw_window(wp->window);
>                 server_redraw_window_borders(wp->window);
>                 wp = wp->window->active; /* may have changed */
>         }
>
> -- 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=190641631&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