summaryrefslogtreecommitdiffstats
path: root/src/drawscreen.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-29 16:09:18 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-29 16:09:18 +0000
commit4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 (patch)
treeaa6474c20921c689bf001922255eea79cad37b76 /src/drawscreen.c
parent6f2a22756536849f9e45caa4ddd62cab4334f065 (diff)
patch 9.0.0972: build failure on some systemsv9.0.0972
Problem: Build failure on some systems. Solution: Adjust #ifdefs related to the termresponse feature.
Diffstat (limited to 'src/drawscreen.c')
-rw-r--r--src/drawscreen.c2
1 files changed, 0 insertions, 2 deletions
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.