mirror of
https://github.com/tmux/tmux.git
synced 2025-12-19 00:02:06 -05:00
Hide cursor behind floating panes.
This commit is contained in:
parent
3197b715b3
commit
65fc09fac9
@ -2953,6 +2953,10 @@ server_client_reset_state(struct client *c)
|
|||||||
if (status_at_line(c) == 0)
|
if (status_at_line(c) == 0)
|
||||||
cy += status_line_size(c);
|
cy += status_line_size(c);
|
||||||
}
|
}
|
||||||
|
if (!screen_redraw_is_visible(
|
||||||
|
screen_redraw_get_visible_ranges(wp, cx, cy, 1), cx))
|
||||||
|
cursor = 0;
|
||||||
|
|
||||||
if (!cursor)
|
if (!cursor)
|
||||||
mode &= ~MODE_CURSOR;
|
mode &= ~MODE_CURSOR;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user