(struct process): New field tty_name.
This commit is contained in:
parent
cab10b76d4
commit
93103d17ba
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue