removed a terpri

cvs
Slava Pestov 2005-06-27 07:54:58 +00:00
parent 5b65aff2b4
commit 1088ebdebb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ global [ " " listener-prompt set ] bind
: listen ( -- )
#! Wait for user input, and execute.
listener-prompt get write flush
[ read-multiline [ terpri flush call ] [ bye ] ifte ] try ;
[ read-multiline [ call ] [ bye ] ifte ] try ;
: listener ( -- )
#! Run a listener loop that executes user input.