nano

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

commit 74912c6090ff77b6a5d392566043864ead1a6db5
parent ebd0d7c8595412f0f3f28ce8db0bdcfadda87ea8
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu,  1 Jul 2004 19:41:09 +0000

add missing cosmetic fix from before


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1835 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/src/nano.c b/src/nano.c @@ -3566,7 +3566,7 @@ int main(int argc, char *argv[]) keyhandled = FALSE; if (ISSET(CONSTUPDATE)) - do_cursorpos(1); + do_cursorpos(TRUE); #if !defined(DISABLE_BROWSER) || !defined(DISABLE_HELP) || !defined(DISABLE_MOUSE) currshortcut = main_list;