We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cec578 commit a29c025Copy full SHA for a29c025
src/stdin.lisp
@@ -58,6 +58,10 @@ most cases of *query-io* usage. Makes overloading y-or-no-p unnecessary.
58
:reader stdin-sream-lock
59
:documentation "Lock used during prompt actions")))
60
61
+#+ecl
62
+(defmethod gray:stream-interactive-p ((stream stdin-stream))
63
+ (declare (ignore stream))
64
+ t)
65
66
#+sbcl (defmethod interactive-stream-p ((stream stdin-stream))
67
(declare (ignore stream))
0 commit comments