Added some bugs

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@100 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-07-12 02:28:33 +00:00
parent 627de19ce0
commit 6a2273d781
1 changed files with 4 additions and 0 deletions

4
BUGS
View File

@ -39,3 +39,7 @@
documentation's sake. (24) [FIXED]
- totsize becomes incorrect after word-wrapping (25)
- 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)
- In replace with completely adjacent strings, every other search string
will be missed (try replace ':' in a string like ':::::::::') (28)