nano

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

commit c46337b9c787ab0300443e7184d95ea8b290b928
parent 1c5c338f9562542c581c5334175f1f6e1a0648be
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue, 23 Jul 2002 00:34:48 +0000

Credit DLR for the tabs/spaces fixes in nano.h


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

Diffstat:
MChangeLog | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -211,6 +211,8 @@ CVS Code - can be treated separately from -r/-T string. (DLR) - Fix so that Esc-Esc-Space is properly treated as Ctrl-Space. (DLR) +- nano.h: + - Fix some space/tab formatting for flags (DLR). - proto.h: - Remove external declaration of the global int fill, since it's now static. (DLR)