summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-01 22:05:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-01 22:05:49 +0000
commit8d0ad7a2d0ab4a083e393ee68a074ee3747ad57c (patch)
tree1cbdb2cbfa249974ca4abfd3a0f7abefdbc71b32 /term
parent020ea0450e4ae31983fba5bdefc5b7a008c97671 (diff)
(remote_input_mode): New variable.
Diffstat (limited to 'term')
-rw-r--r--term/term.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index c84446b4..259f1bc0 100644
--- a/term/term.h
+++ b/term/term.h
@@ -100,6 +100,9 @@ char *pterm_name;
/* The queues we use */
struct queue *inputq, *rawq, *outputq;
+
+/* Plain pass-through input */
+int remote_input_mode;
/* Functions a bottom half defines */
struct bottomhalf