diff --git a/src/normal.cc b/src/normal.cc index 81caeb2d..fbe83228 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -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(); }