From cfb2c3f58476bf300cdefc177929a97681864cfb Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 27 Sep 2010 15:17:08 +0000 Subject: [PATCH] 1.0.42.53: *TTY* stream needs to serve events as well Regression from 1.0.42.43. --- src/code/fd-stream.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index 969b177..4a92214 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -2520,6 +2520,7 @@ (make-fd-stream tty :name "the terminal" :input t :output t :buffering :line :external-format (stdstream-external-format t) + :serve-events t :auto-close t)) (setf *tty* (make-two-way-stream *stdin* *stdout*)))) (princ (get-output-stream-string *error-output*) *stderr*)) diff --git a/version.lisp-expr b/version.lisp-expr index 9dfbf8c..864d80d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.42.52" +"1.0.42.53" -- 1.7.10.4