Fix for cursor position in wrapped line with concealed text.
diff --git a/src/screen.c b/src/screen.c
index e7c3ad2..2106d90 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4500,6 +4500,7 @@
 		&& (int)wp->w_virtcol <= vcol + n_skip)
 	{
 	    wp->w_wcol = col - boguscols;
+	    wp->w_wrow = row;
 	    did_wcol = TRUE;
 	}
 #endif