diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-12-26 00:04:28 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-12-26 00:04:28 -0800 |
commit | 40a0aca6e3efc4ff56e7eb9d8f4946ef9ccd781d (patch) | |
tree | 2cc5c7457d380d75a1e854f5b851ae39361109f1 | |
parent | 0de63dd710dfdb2da4927b80f18161cd18a753a1 (diff) | |
download | teliva-40a0aca6e3efc4ff56e7eb9d8f4946ef9ccd781d.tar.gz |
spacing
-rw-r--r-- | src/teliva.c | 2 |
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)); } |