changeset 15491:ea6697d31d1c

(term-exec-1): Run process on pty if possible.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Jun 1996 15:51:57 +0000
parents 1fe754bafbcb
children 348f0896b1e7
files lisp/term.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term.el	Sun Jun 23 04:31:17 1996 +0000
+++ b/lisp/term.el	Sun Jun 23 15:51:57 1996 +0000
@@ -883,7 +883,8 @@
 	   (format "EMACS=%s (term:%s)" emacs-version term-protocol-version)
 	   (format "LINES=%d" term-height)
 	   (format "COLUMNS=%d" term-width))
-	  process-environment)))
+	  process-environment))
+	(process-connection-type t))
     (apply 'start-process name buffer
 	   "/bin/sh" "-c"
 	   (format "stty -nl echo rows %d columns %d sane 2>/dev/null;\