nano

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

commit 1f8394d4bca2e6cfa3fd0a406c29975954608109
parent f7277b8176f2f0ad9bf8b0fdc25aac1a4071d3ed
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat,  9 Mar 2002 19:58:18 +0000

Add newlines to gotodir help text


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

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

diff --git a/nano.c b/nano.c @@ -2492,7 +2492,7 @@ void help_init(void) "Enter the name of the directory you would like to " "browse to.\n\n If tab completion has not been disabled, " "you can use the TAB key to (attempt to) automatically " - "complete the directory name. The following function " + "complete the directory name.\n\n The following function " "keys are available in Browser GotoDir mode:\n\n"); #endif else if (currshortcut == spell_list)