Fix echoing of input when standard input is redirected to a file.
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2007 06:17:04 +0000 (06:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2007 06:17:04 +0000 (06:17 +0000)
commit60c8a738f8b636f2e2cb45cf2fc4aabf79b15aaa
treea451ec53a53ed6b7501be35b6d46bcc62d0e79e9
parent8818294f314d8749c387e0bac17f8ebddaa3427a
Fix echoing of input when standard input is redirected to a file.
Eliminate separate implementation of DISCARD-CHAR; the top-level
procedures are now aliases for READ-CHAR.
v7/src/runtime/input.scm
v7/src/runtime/parse.scm
v7/src/runtime/port.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/ttyio.scm