Extracted keyhandler for printable characters

This commit is contained in:
James Booth
2015-01-20 00:09:47 +00:00
parent 0e8092afef
commit 2ed78fe5af
9 changed files with 385 additions and 91 deletions

View File

@@ -212,7 +212,7 @@ ui_inp_history_append(char *inp)
void
ui_input_clear(void)
{
inp_win_reset();
inp_win_clear();
}
void