Removed history and various key handlers

This commit is contained in:
James Booth
2015-01-30 23:42:51 +00:00
parent 83bd207316
commit a9ed64911d
11 changed files with 205 additions and 1543 deletions

View File

@@ -206,12 +206,6 @@ ui_readline(void)
// return line;
}
void
ui_inp_history_append(char *inp)
{
inp_history_append(inp);
}
void
ui_input_clear(void)
{