OSX: Multiple libedit/readline fixes (#585)

* OSX: Multiple libedit/readline fixes.
This commit is contained in:
Michael Farrell 2018-03-22 02:05:03 +11:00 committed by pwpiwi
commit a5a830168f
2 changed files with 8 additions and 5 deletions

View file

@ -132,7 +132,7 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
printf("executing commands from file: %s\n", script_cmds_file);
}
}
read_history(".history");
while(1) {