From a9c0000ada9d030855ca2a777b1a4b396802c2be Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 3 Dec 2007 20:14:18 +0000 Subject: [PATCH] still more cosmetic fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4184 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/prompt.c | 3 +-- src/winio.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/prompt.c b/src/prompt.c index 745c4a65..01e2f96c 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -899,10 +899,9 @@ void update_statusbar_line(const char *curranswer, size_t index) waddstr(bottomwin, expanded); free(expanded); - reset_statusbar_cursor(); - wattroff(bottomwin, reverse_attr); + reset_statusbar_cursor(); wnoutrefresh(bottomwin); } diff --git a/src/winio.c b/src/winio.c index 135ec471..7e8a3dc5 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3122,7 +3122,6 @@ void edit_refresh(void) blank_line(edit, nlines, 0, COLS); reset_cursor(); - wnoutrefresh(edit); }