Skip to content

Commit a29c025

Browse files
committed
Add stream-interactive-p for ecl
1 parent 7cec578 commit a29c025

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stdin.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ most cases of *query-io* usage. Makes overloading y-or-no-p unnecessary.
5858
:reader stdin-sream-lock
5959
:documentation "Lock used during prompt actions")))
6060

61+
#+ecl
62+
(defmethod gray:stream-interactive-p ((stream stdin-stream))
63+
(declare (ignore stream))
64+
t)
6165

6266
#+sbcl (defmethod interactive-stream-p ((stream stdin-stream))
6367
(declare (ignore stream))

0 commit comments

Comments
 (0)