From 5b9f52265a45e69d2fe7e856755f472ccf19bcb3 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 13 Jun 2005 02:22:44 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));