diff options
-rw-r--r-- | term/term.h | 3 |
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 |