From 64e050268aaa22309597bf9dd3fc8d29a8c3e2ad Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 1 Dec 1995 22:31:25 +0000 Subject: (external_processing): New variable. --- term/term.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3