Added win_save_println

This commit is contained in:
James Booth
2014-07-21 00:11:38 +01:00
parent f4fa0bc2dd
commit db9028d9c3
4 changed files with 26 additions and 19 deletions

View File

@@ -366,6 +366,12 @@ win_save_print(ProfWin *window, const char show_char, GTimeVal *tstamp,
g_free(date_fmt);
}
void
win_save_println(ProfWin *window, const char * const message)
{
win_save_print(window, '-', NULL, 0, 0, "", message);
}
void
win_save_newline(ProfWin *window)
{