Revert "Do not make cursor visible on force redraw"

This unfortunately breaks the testing framework, more work
necessary before we can do that.

This reverts commit 9b1f4f5f20.
This commit is contained in:
Maxime Coste 2023-09-08 05:54:32 +10:00
parent dd5b624003
commit 541c385aa4

View File

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