]> git.wh0rd.org Git - nano.git/commitdiff
More BUGS fixed
authorChris Allegretta <chrisa@asty.org>
Tue, 1 Aug 2000 04:26:55 +0000 (04:26 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 1 Aug 2000 04:26:55 +0000 (04:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@155 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS

diff --git a/BUGS b/BUGS
index 7eaaea2ab819695e116dfe7df6f6fb4571a684e8..195459001f325fe1f78eef4acad3822e1f3b587f 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -38,6 +38,8 @@
 - 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]
+- In search/replace code there is too much refreshing in bottomwin (26)
+ [FIXED]
 - Using nano -t, user can not exit until a filename is given via ^O. (30)
  [FIXED]
 - Using -k cut text is not pasted properly. (34) [FIXED].
@@ -58,7 +60,6 @@
   program.  Nano only uses ispell (for now) (12)
 - Cutting a file with marked text and both marker ends on the same line
   causes a random segfault (16) [FIXED?]
-- 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)
 - totsize problems still abound in do_justify (33)
 - Using -k pasted text is not updated properly if it goes beyond editbot. (35)