nano

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

commit 3798588fccd0a648217730763bebe5499d1baaa9
parent d46e9fccf705b16b4d690e06ed0069b98c254b2b
Author: Chris Allegretta <chrisa@asty.org>
Date:   Tue, 20 Jun 2000 00:39:20 +0000

Added likely NEWS items for 0.9.11 to NEWS


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

Diffstat:
MNEWS | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,3 +1,15 @@ +06/xx/2000 - Nano 0.9.11 presents drastic rewrites of the most buggy + routines in the program, specifically the wrapping code + and almost all of the display routines. There are many + improvements and bugfixes to the display subsystem in + general, but there may be bugs lurking yet. Also, after + many MANY requests, there is now an option to set the + displayed tab width (-T, --tabsize). Note that + this function just changes the way tabs LOOK in the + editor, the tabs you input are still real tabs of normal + width (usually 8 characters); nano just makes them look + smaller or bigger whlie in the editor. + 06/06/2000 - Nano 0.9.10 is primarily a bugfix for the loss of SIGINT when using "run and terminate" flags (for example, --help). There are also some minor documentation updates. This