nano

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

commit a921bdadbfa4a364ea395ffff1a10f0e28281f5f
parent 0271e4a187966783f8ca25fa2eb044422bdc6a3b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu,  5 Dec 2019 11:23:47 +0100

tweaks: remove a stray space

Reported-by: Brand Huntsman <alpha@qzx.com>

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

diff --git a/src/winio.c b/src/winio.c @@ -659,7 +659,7 @@ int parse_kbinput(WINDOW *win) #ifndef NANO_TINY /* When <Tab> is pressed while the mark is on, do an indent. */ if (retval == TAB_CODE && openfile->mark && currmenu == MMAIN && - openfile-> mark != openfile->current) + openfile->mark != openfile->current) return INDENT_KEY; #endif