patch 7.4.1399
Problem: The MS-DOS code does not build.
Solution: Remove the old MS-DOS code.
diff --git a/src/screen.c b/src/screen.c
index c7b46ee..b293869 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -3191,15 +3191,13 @@
}
}
-#ifndef MSDOS
/* Check if the character under the cursor should not be inverted */
if (!highlight_match && lnum == curwin->w_cursor.lnum && wp == curwin
-# ifdef FEAT_GUI
+#ifdef FEAT_GUI
&& !gui.in_use
-# endif
+#endif
)
noinvcur = TRUE;
-#endif
/* if inverting in this line set area_highlighting */
if (fromcol >= 0)
@@ -9379,8 +9377,8 @@
* ScreenLines[] when t_CV isn't defined. That's faster than using
* win_line().
* Don't use a scroll region when we are going to redraw the text, writing
- * a character in the lower right corner of the scroll region causes a
- * scroll-up in the DJGPP version.
+ * a character in the lower right corner of the scroll region may cause a
+ * scroll-up .
*/
if (scroll_region
#ifdef FEAT_VERTSPLIT