Do not make cursor visible on force redraw
This commit is contained in:
parent
20a2bca52e
commit
9b1f4f5f20
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user