nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f5d7a8b4fde35d7572ab72d676db9f7bcf21f29d
parent d069ac02d1bdaee72b70faa67f851a1a36f4c06c
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri, 28 Jul 2000 15:33:03 +0000

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

Diffstat:
Mwinio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {