Moved page off, and added search_attempts

This commit is contained in:
James Booth
2012-03-10 23:01:59 +00:00
parent b41808ae0f
commit b22a7c5fda
4 changed files with 16 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ int process_input(char *inp)
{
int result = FALSE;
if (strlen(inp) > 0)
history_append(inp);
@@ -60,6 +61,8 @@ int process_input(char *inp)
}
inp_clear();
reset_search_attempts();
win_page_off();
return result;
}