nano

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

commit 221a46e2710349b89e445cfb33aec686bc223a60
parent 169ee8498e23fc1904563f03e06137cbf342bbdf
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date:   Fri, 26 Jan 2001 16:23:39 +0000

updated bugs as discussed on the list


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

Diffstat:
MBUGS | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/BUGS b/BUGS @@ -87,13 +87,13 @@ - with PDCURSES, running meta-X turns off the keypad. (51) [FIXED] - Alt speller argument (-s, --speller) does not take a string argument of more than one word. (53) [FIXED]. +- totsize problems still abound in do_justify (33) [FIXED] +- Marked cutting sometimes leaves a newline in the file unintelligently, + such as when all of a line is selected but the mark doesn't proceed to + the new line. (8) [FIXED/IRRELEVANT] ** Open BUGS ** -- Marked cutting sometimes leaves a newline in the file unintelligently, - such as when all of a line is selected but the mark doesn't proceed to - the new line. (8) { Is this an issue? compare to pico 3.5 } -- totsize problems still abound in do_justify (33). - Resizing the window completely screws up the display if in any other mode than normal editing (help screen, search and replace, file browser..) (52)