diff --git a/src/winio.c b/src/winio.c index f4a47dd78d0b713db3889e5d71246c3e7514c08b..fdbb51884de649bf2be0cbf8adc4ff355d9b2472 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); }