From 13608d851a0470ced30921428b3313c023d395d8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 29 Aug 2022 15:06:50 +0100 Subject: patch 9.0.0318: clearing screen causes flicker Problem: Clearing screen causes flicker. Solution: Do not clear but redraw in more cases. Add () to "wait_return". --- src/if_cscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_cscope.c') diff --git a/src/if_cscope.c b/src/if_cscope.c index 5d24533016..945b019a30 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -2474,7 +2474,7 @@ cs_show(exarg_T *eap UNUSED) } } - wait_return(TRUE); + wait_return(FALSE); return CSCOPE_SUCCESS; } -- cgit v1.2.3