diff options
Diffstat (limited to 'term/term.h')
-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 |