commit | 471c0fa3eed4f6207d1cb7636970547bfd2eee26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 15:19:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 15:19:16 2022 +0100 |
tree | a63888422f4a84f9e73b3e23025090127c31fe25 | |
parent | f768c3d19c518822d89dec4cc3947ddeea249316 [diff] [blame] |
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete Problem: Mechanism to prevent recursive screen updating is incomplete. Solution: Add "redraw_not_allowed" and set it in build_stl_str_hl(). (issue #10952)
diff --git a/src/main.c b/src/main.c index c6430aa..f4db631 100644 --- a/src/main.c +++ b/src/main.c
@@ -686,7 +686,7 @@ && !gui.in_use #endif ) - must_redraw = UPD_CLEAR; + set_must_redraw(UPD_CLEAR); else { screenclear(); // clear screen