]> git.wh0rd.org Git - nano.git/commitdiff
Back out edit_refresh->edit_update until page up/down problems are fixed
authorChris Allegretta <chrisa@asty.org>
Fri, 28 Jul 2000 15:33:03 +0000 (15:33 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 28 Jul 2000 15:33:03 +0000 (15:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@147 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

winio.c

diff --git a/winio.c b/winio.c
index d3551a6de2da3110c1a8f155169f122b39eb577c..d02fdbca55404717ee62864a4b3ac5f2ee26a045 100644 (file)
--- a/winio.c
+++ b/winio.c
@@ -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) {