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

@@ -1736,11 +1736,6 @@ cmd_process_input(char *inp)
gboolean result = FALSE;
g_strstrip(inp);
// add line to history if something typed
if (strlen(inp) > 0) {
ui_inp_history_append(inp);
}
// just carry on if no input
if (strlen(inp) == 0) {
result = TRUE;