diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-09-08 05:54:32 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-09-08 05:54:32 +1000 |
| commit | 541c385aa4eeb4b8e71f394f219a4b61f85f52ef (patch) | |
| tree | 325e1769cc653b2d9f60fb5f05d6b23bc238032a /src/normal.cc | |
| parent | dd5b624003487d9a6a4a14120f10e2cb20f55dd0 (diff) | |
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.
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |
