nano

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

commit 03fd6f3af8932764cd40ae97c4634471c343f994
parent b92d35d1f2d1dc470db12bee2d26f306b5df618d
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun, 11 Sep 2016 10:43:21 +0200

tweaks: remove a useless cursor movement

Diffstat:
Msrc/browser.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -631,8 +631,6 @@ void browser_refresh(void) line++; col = 0; } - - wmove(edit, line, col); } /* If requested, put the cursor on the selected item and switch it on. */