summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h9
1 files changed, 9 insertions, 0 deletions
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