nano

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

commit 7947d9d2a5230e9940a2e909dc00ac08f57398bd
parent c9ccb39752a399d097baaed3a03867841b384623
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue,  9 Jan 2018 12:23:41 +0100

build: fix compilation when configured with --enable(tiny,color,nanorc}

This fixes https://savannah.gnu.org/bugs/?52834.
Reported-by: <akiko@mailbox.org>

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

diff --git a/src/text.c b/src/text.c @@ -3037,7 +3037,9 @@ void do_linter(void) return; } +#ifndef NANO_TINY openfile->mark = NULL; +#endif edit_refresh(); if (openfile->modified) {