updated for version 7.2-112
diff --git a/src/screen.c b/src/screen.c
index f395bd0..72e20ba 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -3422,6 +3422,7 @@
&& (*mb_ptr2cells)(ptr) > 1)
#endif
|| ((int)vcol_prev == fromcol_prev
+ && vcol_prev < vcol /* not at margin */
&& vcol < tocol))
area_attr = attr; /* start highlighting */
else if (area_attr != 0
diff --git a/src/version.c b/src/version.c
index f724afd..9b8ac51 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 112,
+/**/
111,
/**/
110,