Hide cursor behind floating panes.

This commit is contained in:
Michael Grant 2025-10-22 23:29:21 +01:00
parent 3197b715b3
commit 65fc09fac9

View File

@ -2953,6 +2953,10 @@ server_client_reset_state(struct client *c)
if (status_at_line(c) == 0)
cy += status_line_size(c);
}
if (!screen_redraw_is_visible(
screen_redraw_get_visible_ranges(wp, cx, cy, 1), cx))
cursor = 0;
if (!cursor)
mode &= ~MODE_CURSOR;
}