From 541c385aa4eeb4b8e71f394f219a4b61f85f52ef Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 8 Sep 2023 05:54:32 +1000 Subject: [PATCH] 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 9b1f4f5f204072ceec6481c2b57a7c4c66d8feab. --- src/normal.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/normal.cc b/src/normal.cc index fbe83228..81caeb2d 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -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(); }