nano

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

commit 32bd29e3cc5665df2fb0e7302da5c1c1d1fa087f
parent 970a8093577380164150747ffba2a5610adfccec
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  9 Nov 2005 03:44:23 +0000

cosmetic fixes


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

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

diff --git a/src/text.c b/src/text.c @@ -1248,7 +1248,7 @@ void do_justify(bool full_justify) indent_len); /* Don't destroy edittop! */ - if (openfile->edittop == next_line) + if (next_line == openfile->edittop) openfile->edittop = openfile->current; #ifndef NANO_SMALL