nano

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

commit 4aa1678f3b8c7bd35bd4457f4a7a319fd16f6100
parent c60d3bbb97b9dee1cfa15542fc7ef62ac3ac1446
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 22 Nov 2019 12:44:28 +0100

bindings: the 'all' keyword should encompass the browser menu too

This fixes https://savannah.gnu.org/bugs/?57280.
Reported-by: Tiago Almeida <tjamadeira@gmail.com>

Bug existed since version 3.2, commit cc01bc3e.

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

diff --git a/src/global.c b/src/global.c @@ -259,7 +259,7 @@ int menusymbols[NUMBER_OF_MENUS] = { MMAIN, MWHEREIS, MREPLACE, MREPLACEWITH, MYESNO, MGOTOLINE, MWRITEFILE, MINSERTFILE, MEXTCMD, MHELP, MSPELL, MLINTER, MBROWSER, MWHEREISFILE, MGOTODIR, - MMOST|MHELP|MYESNO }; + MMOST|MBROWSER|MHELP|MYESNO }; char *startup_problem = NULL; /* An error message (if any) about nanorc files or history files. */