Added win_clear() function
This commit is contained in:
@@ -458,6 +458,13 @@ win_sub_page_up(ProfWin *window)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
win_clear(ProfWin *window)
|
||||
{
|
||||
werase(window->layout->win);
|
||||
win_update_virtual(window);
|
||||
}
|
||||
|
||||
void
|
||||
win_mouse(ProfWin *window, const wint_t ch, const int result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user