summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-18 20:11:07 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-18 20:11:07 +0000
commit47d6ef91f1a9fcf9cf1c9c0c09850e4f30a74bb1 (patch)
tree78078d3da982c85be73f36c82460b5d402efdfcd /src/process.h
parent7b7e2618b6f8c6fde561a2efe9d80029c4bbb8c0 (diff)
downloademacs-47d6ef91f1a9fcf9cf1c9c0c09850e4f30a74bb1.tar.gz
(struct process): New field tty_name.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h
index eeb70d01e70..fa20f6d765a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -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 */