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

@@ -114,7 +114,7 @@ win_refresh(ProfWin *window)
}
void
win_page_off(ProfWin *window)
win_move_to_end(ProfWin *window)
{
window->paged = 0;