nano

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

commit c9b1dba4a3534a3463ef0a61f983c4db8c462f7f
parent a417ddca918c1700198f975907facdf249867e33
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date:   Tue, 25 Jul 2000 02:19:07 +0000

continued existance of do_justify bug documented (#31)


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

Diffstat:
MBUGS | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUGS b/BUGS @@ -35,7 +35,6 @@ - Using nano -k, marked text is not cut properly. (31) [FIXED] - Invoking -t or -k has the effect of invoking both option. (32) [FIXED] - totsize becomes incorrect after word-wrapping (25) [FIXED] - - similar problem found and corrected in do_justify - Wrapping a line with autoindent mode sometimes causes a segfault (19)[FIXED] - When inserting files, the display sometimes fails to display properly until a pageup/down occurs (22)[FIXED] @@ -53,3 +52,4 @@ - In search/replace code there is too much refreshing in bottomwin (26) - In replace, there is no way to accept the default replace string. (27) - Using nano -t, user can not exit until a filename is given via ^O. (30) +- totsize problems still abound in do_justify (31)