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.
main
Maxime Coste 2023-09-08 05:54:32 +10:00
parent dd5b624003
commit 541c385aa4
1 changed files with 0 additions and 1 deletions

View File

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