about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-26 00:04:28 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-26 00:04:28 -0800
commit40a0aca6e3efc4ff56e7eb9d8f4946ef9ccd781d (patch)
tree2cc5c7457d380d75a1e854f5b851ae39361109f1 /src
parent0de63dd710dfdb2da4927b80f18161cd18a753a1 (diff)
downloadteliva-40a0aca6e3efc4ff56e7eb9d8f4946ef9ccd781d.tar.gz
spacing
Diffstat (limited to 'src')
-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));
   }