nano

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

commit dbfc56cb8eaf9807baa40ac44c25f1ca0494dd26
parent a0d89977b7428508726eb6909a849b4d3ce3e3d0
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon,  3 Feb 2003 03:33:04 +0000

Oops, now credit DB


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

Diffstat:
MChangeLog | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -29,7 +29,8 @@ CVS Code - nano.c:breakable() (David Benbennick). - Fix screen getting trashed on signals nano can catch (TERM and HUP). New global variable curses_ended, - changes to winio.c:statubar() and nano.c:die(). + changes to winio.c:statubar() and nano.c:die() + (David Benbennick). - cut.c: do_cut_text() - Fix incorrect cursor location when cutting long lines