Skip to content
Snippets Groups Projects
Commit 5fed303e authored by ram's avatar ram
Browse files

Made the output stream for a process buffer be full buffered rather than line

buffered, so that the editor can punt redisplays to catch up on output.
parent 8d944dbd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.1.1.4 1991/02/08 16:37:40 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.1.1.5 1991/03/13 22:55:08 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -28,7 +28,7 @@
(defhvar "Process Output Stream"
"The process structure for this buffer."
:buffer buffer
:value (make-hemlock-output-stream mark))
:value (make-hemlock-output-stream mark :full))
(defhvar "Interactive History"
"A ring of the regions input to an interactive mode (Eval or Typescript)."
:buffer buffer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment