]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-exec-1): Run process on pty if possible.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Jun 1996 15:51:57 +0000 (15:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Jun 1996 15:51:57 +0000 (15:51 +0000)
lisp/term.el

index 154b0e0c6e4a3d40d7b9c79a52f82d4c9d3a4e40..8e266c0e78a00b9f956b5251b3157b89e98f7c0f 100644 (file)
@@ -883,7 +883,8 @@ buffer. The hook term-exec-hook is run after each exec."
           (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;\