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); }