From 4337caddabfb23cee8831e2b2374e2af53a13068 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 29 Oct 2015 00:02:52 -0400 Subject: _tui_dialog(): Use line on top of warning icon --- (limited to 'src') diff --git a/src/ui/tui.sh b/src/ui/tui.sh index 01720d6..962e731 100644 --- a/src/ui/tui.sh +++ b/src/ui/tui.sh @@ -91,8 +91,11 @@ _tui_dialog() term_cursor_forward 2 case "${lvl}" in warn) + term_cursor_forward 1 term_fg_color_set yellow - term_write ' .' + term_attr_on underline + term_write ' ' + term_attr_off underline term_cursor_back 2 term_cursor_down 1 term_attr_on underline -- cgit v0.9.1