From: David Lawrence Ramsey Date: Mon, 13 Jun 2005 02:22:44 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: v1.3.8~165 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5b9f52265a45e69d2fe7e856755f472ccf19bcb3;p=nano.git cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index 58b94299..85307bad 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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));