diff --git a/src/winio.c b/src/winio.c index 482019cf..618214d0 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2131,9 +2131,11 @@ void statusline(message_type importance, const char *msg, ...) waddstr(bottomwin, " ]"); wattroff(bottomwin, colorpair); +#ifdef USING_OLDER_LIBVTE /* Defeat a VTE/Konsole bug, where the cursor can go off-limits. */ if (ISSET(CONSTANT_SHOW) && ISSET(NO_HELP)) wmove(bottomwin, 0, 0); +#endif /* Push the message to the screen straightaway. */ wrefresh(bottomwin);