Reduced screen flicker, and fixed end page

This commit is contained in:
James Booth
2012-03-06 01:04:45 +00:00
parent 51738d4aba
commit 54c43b613c
4 changed files with 102 additions and 15 deletions

View File

@@ -63,7 +63,6 @@ void inp_clear(void)
{
wclear(inp_win);
wmove(inp_win, 0, 1);
touchwin(inp_win);
wrefresh(inp_win);
}