nano

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

commit 3f8c7a8c5ee26e8233de485db5cc13c5c552964b
parent 2b26e0a3df15884158a28e4104f923103eab199e
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date:   Wed,  7 Jun 2000 04:24:02 +0000

Fix prototype for check_wrap (as changed in nano.c)


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

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

diff --git a/proto.h b/proto.h @@ -62,7 +62,7 @@ int no_help(void); void shortcut_init(void); void lowercase(char *src); void blank_bottombars(void); -void check_wrap(filestruct * inptr); +void check_wrap(filestruct * inptr, char ch); void dump_buffer(filestruct * inptr); void align(char **strp); void edit_refresh(void);