Do not make cursor visible on force redraw

main
Maxime Coste 2023-09-08 05:23:49 +10:00
parent 20a2bca52e
commit 9b1f4f5f20
1 changed files with 1 additions and 0 deletions

View File

@ -2209,6 +2209,7 @@ void force_redraw(Context& context, NormalParams)
{
if (context.has_client())
{
context.ensure_cursor_visible = false;
context.client().force_redraw(true);
context.client().redraw_ifn();
}