Do not change pane when changing window with mouse on status line,

pointed out by Romain Francoise.
pull/1/head
Nicholas Marriott 2012-02-02 00:04:54 +00:00
parent d1ae2d9757
commit fdeaa73342
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ server_client_check_mouse(
}
return;
}
memcpy(&c->last_mouse, mouse, sizeof c->last_mouse);
return;
}
/*