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

src/winio.c

index 58b942996b1ad9601f7c1195e4e6f28d270a98d0..85307bad99ac3b8bf5ad7b8baaee3171b95e97a5 100644 (file)
@@ -3957,7 +3957,7 @@ void do_replace_highlight(bool highlight_flag, const char *word)
 #ifdef HAVE_REGEX_H
     /* This is so we can show zero-length regexes. */
     if (word_len == 0)
-       waddstr(edit, " ");
+       waddch(edit, ' ');
     else
 #endif
        waddnstr(edit, word, actual_x(word, y));