nano

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

commit f271f9c962b36f671357a37847c9b12f80b0de1f
parent 5a6caf0ca835c0b774705ba3128bfe596a90c3e3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 15 Jun 2005 19:26:48 +0000

cosmetic fix


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

Diffstat:
Msrc/nano.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -1891,11 +1891,11 @@ bool do_wrap(filestruct *line) if (current_x > wrap_loc) { same_line_wrap = FALSE; current = current->next; - current_x -= + current_x -= wrap_loc #ifndef NANO_SMALL - -indent_len + + - indent_len #endif - wrap_loc; + ; placewewant = xplustabs(); }