mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 07:56:21 +00:00
Added win_clear() function
This commit is contained in:
@@ -422,7 +422,8 @@ _inp_rl_getc(FILE *stream)
|
||||
static int
|
||||
_inp_rl_clear_handler(int count, int key)
|
||||
{
|
||||
ui_clear_current();
|
||||
ProfWin *win = wins_get_current();
|
||||
win_clear(win);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user