Renamed refresh functions to update_virtual

This commit is contained in:
James Booth
2014-04-01 21:52:04 +01:00
parent e8e5ab597a
commit 404dde2810
17 changed files with 136 additions and 136 deletions

View File

@@ -106,7 +106,7 @@ win_vprint_line(ProfWin *window, const char show_char, int attrs,
}
void
win_refresh(ProfWin *window)
win_update_virtual(ProfWin *window)
{
int rows, cols;
getmaxyx(stdscr, rows, cols);