Commit f5d7a8b4 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Back out edit_refresh->edit_update until page up/down problems are fixed

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@147 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -840,7 +840,7 @@ void edit_refresh(void)
lines++;
}
if (!currentcheck) /* Then current has run off the screen... */
edit_update(current);
/* edit_update(current) */ ;
if (lines <= editwinrows - 1)
while (lines <= editwinrows - 1) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment