From 6d25839c153877965ae78a77f5512730f9e8da6e Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 27 Sep 1991 10:24:58 +0000 Subject: [PATCH] Don't set XTABS on the pty so that tabs will be passed through to Hemlock as is. --- code/run-program.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/run-program.lisp b/code/run-program.lisp index f0f77f591..6f8842b26 100644 --- a/code/run-program.lisp +++ b/code/run-program.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/run-program.lisp,v 1.6 1991/09/25 15:13:47 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/run-program.lisp,v 1.7 1991/09/27 10:24:58 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -272,7 +272,7 @@ (setf (system:alien-access (mach::sgtty-flags (system:alien-value stuff))) - #o6300) ; XTABS|EVENP|ODDP + #o300) ; EVENP|ODDP (mach:unix-ioctl slave-fd mach:TIOCSETP sap) (mach:unix-ioctl master-fd mach:TIOCGETP sap) (setf (system:alien-access -- GitLab