From d37f6a3f5cf831048f6db3239f585c1d39144369 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 26 Mar 2005 20:41:36 +0000 Subject: [PATCH] add missing blank line git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/winio.c b/src/winio.c index f4a47dd7..fdbb5188 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2418,6 +2418,7 @@ void nanoget_repaint(const char *buf, const char *inputbuf, size_t x) wmove(bottomwin, 0, COLS - wid + x_real - page_start); } else wmove(bottomwin, 0, COLS - 1); + wattroff(bottomwin, A_REVERSE); } -- 2.39.5