mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 12:56:21 +00:00
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