]> git.wh0rd.org Git - nano.git/commitdiff
document cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 02:24:17 +0000 (02:24 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 02:24:17 +0000 (02:24 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 79194365e15c0cd839f5514426cb01afcf295c3e..1ce72e2882800af728ca4c90bb9a44d924474260 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -217,6 +217,9 @@ CVS code -
   total_update()
        - Simplify to call clearok(TRUE) and wrefresh() on edit, which
          updates the entire screen in fewer function calls. (DLR)
+  do_replace_highlight()
+       - Use waddch() instead of waddstr() to display a space when we
+         have a zero-length regex. (DLR)
   do_credits()
        - Save the keystroke that breaks us out of the credits (if any)
          and put it back so that it isn't lost.  This is especially