mirror of
https://github.com/tmux/tmux.git
synced 2024-11-06 02:48:49 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
This commit is contained in:
commit
3493b7dac7
2
layout.c
2
layout.c
@ -553,7 +553,7 @@ layout_resize_pane_mouse(struct client *c)
|
|||||||
}
|
}
|
||||||
if (pane_border)
|
if (pane_border)
|
||||||
server_redraw_window(w);
|
server_redraw_window(w);
|
||||||
} else if (~m->event & MOUSE_EVENT_UP) {
|
} else if (m->event & MOUSE_EVENT_DOWN) {
|
||||||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||||
if ((wp->xoff + wp->sx == m->x &&
|
if ((wp->xoff + wp->sx == m->x &&
|
||||||
wp->yoff <= 1 + m->y &&
|
wp->yoff <= 1 + m->y &&
|
||||||
|
Loading…
Reference in New Issue
Block a user