]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct process): New field tty_name.
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Sep 1994 20:11:07 +0000 (20:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Sep 1994 20:11:07 +0000 (20:11 +0000)
src/process.h

index eeb70d01e704116d9e1463544bd1aa3cd33506dc..fa20f6d765adb6d98dec05a76634d4002f9064e7 100644 (file)
@@ -34,6 +34,8 @@ struct Lisp_Process
     /* Descriptor for the tty which this process is using.
        nil if we didn't record it (on some systems, there's no need).  */
     Lisp_Object subtty;
+    /* Name of subprocess terminal.  */
+    Lisp_Object tty_name;
     /* Name of this process */
     Lisp_Object name;
     /* List of command arguments that this process was run with */