nano

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

commit e53181d423f4f7dba56349612460ed7880c4c3e2
parent 646bf9111c878aa779c1e3c25498c76c70fddf65
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 14 Oct 2004 20:36:47 +0000

remove resetstatuspos prototype left over from when it was global


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

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

diff --git a/src/proto.h b/src/proto.h @@ -82,7 +82,6 @@ extern char *full_operating_dir; extern char *alt_speller; #endif -extern bool resetstatuspos; extern struct stat fileinfo; extern filestruct *current, *fileage, *edittop, *filebot; extern filestruct *cutbuffer;