Revert "reader: flush stdout between commands."
This reverts commit 2a55daf304
.
This commit is contained in:
parent
2a55daf304
commit
355948af16
|
@ -188,11 +188,9 @@ void reader_loop(void)
|
|||
want_exit = 0;
|
||||
|
||||
for (;;) {
|
||||
char *buf;
|
||||
char *buf = readline("(mspdebug) ");
|
||||
char tmpbuf[MAX_READER_LINE];
|
||||
|
||||
fflush(stdout);
|
||||
buf = readline("(mspdebug) ");
|
||||
if (!buf) {
|
||||
printc("\n");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue