From 40a0aca6e3efc4ff56e7eb9d8f4946ef9ccd781d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 26 Dec 2021 00:04:28 -0800 Subject: [PATCH] spacing --- src/teliva.c | 2 ++ 1 file changed, 2 insertions(+) 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)); }