repl-reader only prompts if no input is available
authorAndy Wingo <wingo@pobox.com>
Fri, 9 Apr 2010 11:33:20 +0000 (13:33 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 9 Apr 2010 11:33:20 +0000 (13:33 +0200)
commit0becb8f316137e6823b2652a33b7212e02722782
tree8d5a9784fb99b386209bcb0feacba5f284cedc41
parent01ad5a7ba9edb5d8c96567ed80ea1a34019c5338
repl-reader only prompts if no input is available

* module/ice-9/boot-9.scm (repl-reader): For the default (non-readline)
  repl reader, only display the prompt if input isn't already available.
  Fixes spurious prompts in the debugger.
module/ice-9/boot-9.scm