nano

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

commit 81b29d9a21dccf7febc64301f5e8e0e20b587216
parent 8ddc5e7b93e09083aa7667caee79738aeef1cce2
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat,  7 May 2016 21:24:14 +0200

tweaks: remove a superfluous setting of 'refresh_needed'

An interactive 'gotolinecolumn' has already refreshed the screen.

Diffstat:
Msrc/search.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/search.c b/src/search.c @@ -239,7 +239,6 @@ int search_init(bool replacing, bool use_answer) } else if (func == do_gotolinecolumn_void) { do_gotolinecolumn(openfile->current->lineno, openfile->placewewant + 1, TRUE, TRUE); - refresh_needed = TRUE; return 3; }