Added win_clear() function

This commit is contained in:
James Booth
2015-06-15 17:54:47 +01:00
parent e9aa4ea084
commit a849b200b3
8 changed files with 13 additions and 18 deletions

View File

@@ -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;
}