Bugfix status line at top and floating panes.

This commit is contained in:
Michael Grant
2025-12-09 00:14:06 +00:00
parent 2ac78bccb5
commit 2591df66cc
3 changed files with 13 additions and 10 deletions

View File

@@ -1302,7 +1302,7 @@ have_event:
c->tty.mouse_drag_flag = MOUSE_BUTTONS(b) + 1;
/* Only change pane if not already dragging a pane border. */
if (c->tty.mouse_wp == NULL) {
wp = window_get_active_at(w, x, y);
wp = window_get_active_at(w, px, py);
c->tty.mouse_wp = wp;
}
if (c->tty.mouse_scrolling_flag == 0 &&