Added ui_win_error_line()
This commit is contained in:
@@ -1296,6 +1296,12 @@ ui_current_print_formatted_line(const char show_char, int attrs, const char * co
|
||||
g_string_free(fmt_msg, TRUE);
|
||||
}
|
||||
|
||||
void
|
||||
ui_win_error_line(ProfWin *window, const char * const msg)
|
||||
{
|
||||
win_print(window, '-', NULL, 0, THEME_ERROR, "", msg);
|
||||
}
|
||||
|
||||
void
|
||||
ui_current_error_line(const char * const msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user