Do not scroll to end in message window when paging

This commit is contained in:
James Booth
2014-03-31 21:44:34 +01:00
parent 3d768527c1
commit 3fdd9944ab
3 changed files with 13 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ void win_vprint_line(ProfWin *self, const char show_char, int attrs,
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_move_to_end(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);