Renamed history modules

This commit is contained in:
James Booth
2013-01-28 01:35:11 +00:00
parent 80e62cfa5f
commit c72d7ad6a6
11 changed files with 69 additions and 69 deletions

View File

@@ -432,7 +432,7 @@ _process_input(char *inp)
// add line to history if something typed
if (strlen(inp) > 0) {
history_append(inp);
cmd_history_append(inp);
}
// just carry on if no input