Readded DISABLE_CURPOS cause we can't get away without it (Search Wrapped msgs) and Ken's findnextr fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@807 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/nano.c b/nano.c
index fb064d4..e1925d5 100644
--- a/nano.c
+++ b/nano.c
@@ -3023,7 +3023,9 @@
 		}
 		do_char(kbinput);
 	    }
-	if (ISSET(CONSTUPDATE)) 
+	if (ISSET(DISABLE_CURPOS))
+	    UNSET(DISABLE_CURPOS);
+	else if (ISSET(CONSTUPDATE))
 	    if (current != oldcurrent || current_x != oldcurrent_x)
 		do_cursorpos();