Mercurial > emacs
changeset 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 | 9a6dc53633aa |
children | 323936455525 |
files | src/process.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 */