(struct process): New field tty_name.

This commit is contained in:
Richard M. Stallman 1994-09-18 20:11:07 +00:00
parent cab10b76d4
commit 93103d17ba

View 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 */