Mercurial > emacs
diff src/process.h @ 8888:84527c2d9f75
(struct process): New field tty_name.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 18 Sep 1994 20:11:07 +0000 |
| parents | cd81dba38a49 |
| children | 5689759b9329 |
line wrap: on
line diff
--- a/src/process.h Sun Sep 18 20:06:54 1994 +0000 +++ b/src/process.h Sun Sep 18 20:11:07 1994 +0000 @@ -34,6 +34,8 @@ /* 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 */
