diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 22:31:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 22:31:25 +0000 |
commit | 64e050268aaa22309597bf9dd3fc8d29a8c3e2ad (patch) | |
tree | 3fe1357c839777be7357da6fad93d21e119cad67 | |
parent | 035ffc8f0379b1237adced1263999a3543aab6a1 (diff) |
(external_processing): New variable.
-rw-r--r-- | term/term.h | 4 |
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 |