1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* readline.scm (make-readline-port): Set prompt string to "... "

after first read line.  (Thanks to Richard Polton.)
This commit is contained in:
Mikael Djurfeldt 1998-07-21 14:15:46 +00:00
parent 93df19d088
commit 6f4d962200
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1998-07-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* readline.scm (make-readline-port): Set prompt string to "... "
after first read line. (Thanks to Richard Polton.)
1998-07-19 Jim Blandy <jimb@zwingli.cygnus.com>
* lineio.scm (make-line-buffering-input-port): Don't use

View file

@ -53,6 +53,7 @@
input-port
output-port
read-hook))
(set! prompt "... ")
(set! string-index 0)
(if (not (eof-object? read-string))
(begin