nano

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

commit a5b48f9a0d5d330edc52d5c3bf948c82fb96fc3b
parent d141e849a3df7b65a1f2568d6aab6f7691b79c44
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue,  4 Feb 2020 12:56:19 +0100

build: fix compilation for --enable-{tiny,help,multibuffer}

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

diff --git a/src/global.c b/src/global.c @@ -501,8 +501,10 @@ functionptrtype interpret(int *keycode) case 'w': case '/': return do_search_forward; +#ifdef ENABLE_BROWSER case 'g': return goto_dir; +#endif case '?': return do_help; case 's':