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:
parent
dd5b624003
commit
541c385aa4
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user