nano

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

commit 26f61a450325749dac7358e6db6a7907b9a3108c
parent f7260533255d2ed33416c2f1c874a0212999e48b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 28 Oct 2005 17:14:11 +0000

remove declaration of the now-static char* prompt


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

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

diff --git a/src/proto.h b/src/proto.h @@ -58,7 +58,7 @@ extern char *backup_dir; #endif extern WINDOW *topwin, *edit, *bottomwin; -extern char *prompt, *answer; +extern char *answer; #ifndef DISABLE_HELP extern char *help_text; #endif