This commit is contained in:
Kartik K. Agaram 2021-12-26 00:04:28 -08:00
parent 0de63dd710
commit 40a0aca6e3
1 changed files with 2 additions and 0 deletions

View File

@ -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));
}