From f5d7a8b4fde35d7572ab72d676db9f7bcf21f29d Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Fri, 28 Jul 2000 15:33:03 +0000 Subject: [PATCH] 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 --- winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winio.c b/winio.c index d3551a6d..d02fdbca 100644 --- 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) {