Added win_page_off

This commit is contained in:
James Booth
2013-10-07 00:59:17 +01:00
parent acf1afe025
commit 2d534fb278
3 changed files with 18 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ void win_free(ProfWin *window);
void win_print_line(ProfWin *self, const char show_char, int attrs,
const char * const msg, ...);
void win_refresh(ProfWin *window);
void win_page_off(ProfWin *window);
void win_print_time(ProfWin *window, char show_char);
void win_presence_colour_on(ProfWin *window, const char * const presence);
void win_presence_colour_off(ProfWin *window, const char * const presence);