diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-18 01:32:56 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-18 01:34:25 -0800 |
commit | b78634acc7e15bf30083ed7c9c8d4aebf14fb9f8 (patch) | |
tree | 091dccc65ec15a7d240b4c83d29096cb4b3730ea /mu.arc | |
parent | 9dc8507efbdd163be40dacdb66ff21dbb600537a (diff) | |
download | mu-b78634acc7e15bf30083ed7c9c8d4aebf14fb9f8.tar.gz |
588
Now that there isn't a stdout channel we can postpone the test showing the need to flush-stdout before clearing screen.
Diffstat (limited to 'mu.arc')
-rw-r--r-- | mu.arc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc index 8a366a46..b66ec3bb 100644 --- a/mu.arc +++ b/mu.arc @@ -2165,6 +2165,8 @@ } ) +; remember to call this before you clear the screen or at any other milestone +; in an interactive program (init-fn flush-stdout (sleep for-some-cycles:literal 1:literal) ) |