From 4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 29 Nov 2022 16:09:18 +0000 Subject: patch 9.0.0972: build failure on some systems Problem: Build failure on some systems. Solution: Adjust #ifdefs related to the termresponse feature. --- src/drawscreen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drawscreen.c') diff --git a/src/drawscreen.c b/src/drawscreen.c index 361f98b24f..77828089c2 100644 --- a/src/drawscreen.c +++ b/src/drawscreen.c @@ -2917,7 +2917,6 @@ updateWindow(win_T *wp) } #endif -#if defined(FEAT_TERMRESPONSE) || defined(PROTO) /* * Redraw as soon as possible. When the command line is not scrolled redraw * right away and restore what was on the command line. @@ -3049,7 +3048,6 @@ redraw_asap(int type) return ret; } -#endif /* * Invoked after an asynchronous callback is called. -- cgit v1.2.3