mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
* readline.scm (make-readline-port): Set prompt string to "... "
after first read line. (Thanks to Richard Polton.)
This commit is contained in:
parent
93df19d088
commit
6f4d962200
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
1998-07-19 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* lineio.scm (make-line-buffering-input-port): Don't use
|
* lineio.scm (make-line-buffering-input-port): Don't use
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
input-port
|
input-port
|
||||||
output-port
|
output-port
|
||||||
read-hook))
|
read-hook))
|
||||||
|
(set! prompt "... ")
|
||||||
(set! string-index 0)
|
(set! string-index 0)
|
||||||
(if (not (eof-object? read-string))
|
(if (not (eof-object? read-string))
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue