updated for version 7.2-119
diff --git a/src/screen.c b/src/screen.c
index 2ba06e2..6c036d7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -6362,7 +6362,7 @@
 		    && c == 0x8e
 		    && ScreenLines2[off] != ptr[1])
 		|| (enc_utf8
-		    && (ScreenLinesUC[off] != (u8char_T)u8c
+		    && (ScreenLinesUC[off] != (u8char_T)(c >= 0x80 ? u8c : 0)
 			|| screen_comp_differs(off, u8cc)))
 #endif
 		|| ScreenAttrs[off] != attr
diff --git a/src/version.c b/src/version.c
index 1f5165c..3554be8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    119,
+/**/
     118,
 /**/
     117,