summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-01 22:31:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-01 22:31:25 +0000
commit64e050268aaa22309597bf9dd3fc8d29a8c3e2ad (patch)
tree3fe1357c839777be7357da6fad93d21e119cad67 /term/term.h
parent035ffc8f0379b1237adced1263999a3543aab6a1 (diff)
(external_processing): New variable.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index 259f1bc0..c135349c 100644
--- a/term/term.h
+++ b/term/term.h
@@ -103,6 +103,10 @@ struct queue *inputq, *rawq, *outputq;
/* Plain pass-through input */
int remote_input_mode;
+
+/* External processing mode */
+int external_processing;
+
/* Functions a bottom half defines */
struct bottomhalf