mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
flushing output after any command
This commit is contained in:
parent
9e29ea721c
commit
48cbad3299
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@
|
|||
(print-exception exn out)
|
||||
(buffer-draw buf out)))
|
||||
(x ch buf out return))
|
||||
(flush-output out)
|
||||
(buffer-refresh buf out)
|
||||
(if done?
|
||||
(and (not (eq? done? 'eof)) (buffer->string buf))
|
||||
|
|
Loading…
Add table
Reference in a new issue