diff --git a/src/teliva.c b/src/teliva.c index 68927f1..7cb7058 100644 --- a/src/teliva.c +++ b/src/teliva.c @@ -62,7 +62,9 @@ static void draw_menu(lua_State* L) { else { /* otherwise render the flash message */ attron(COLOR_PAIR(COLOR_PAIR_ERROR)); + addstr(" "); addstr(Previous_message); + addstr(" "); attroff(COLOR_PAIR(COLOR_PAIR_ERROR)); }