diff --git a/src/screen.c b/src/screen.c index 2ba06e20f8..6c036d7ed4 100644 --- a/src/screen.c +++ b/src/screen.c @@ -6362,7 +6362,7 @@ screen_puts_len(text, len, row, col, attr) && 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 1f5165ccff..3554be88f5 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 119, /**/ 118, /**/