Run listener in new scope

darcs
slava 2006-12-18 02:27:17 +00:00
parent 423a2f10fc
commit c724d69d9f
1 changed files with 3 additions and 1 deletions

View File

@ -50,4 +50,6 @@ M: duplex-stream parse-interactive
IN: shells
: tty ( -- )
print-banner use [ clone ] change listener ;
[
print-banner use [ clone ] change listener
] with-scope ;