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

@@ -53,7 +53,6 @@ void profanity_run(void)
inp[size++] = '\0';
cmd_result = process_input(inp);
win_page_off();
}
}