From 2f8b10f5ce441e77af9cfc51f31298350a62f814 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 17 Jul 1996 00:49:22 +0000 Subject: (term_owner, term_group, term_mode): New variables. --- term/term.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'term/term.h') diff --git a/term/term.h b/term/term.h index 0c469809..954fb73c 100644 --- a/term/term.h +++ b/term/term.h @@ -113,6 +113,15 @@ int remote_input_mode; /* External processing mode */ int external_processing; +/* Terminal owner */ +uid_t term_owner; + +/* Terminal group */ +uid_t term_group; + +/* Terminal mode */ +mode_t term_mode; + /* Functions a bottom half defines */ struct bottomhalf -- cgit v1.2.3