about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/teliva.c2
1 files changed, 2 insertions, 0 deletions
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));
   }