mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 08:46:22 +00:00
Renamed refresh functions to update_virtual
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user