From 3add5ed8899a8f4a442c249913602de6b7d60732 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:37:47 -0500 Subject: billions must commit --- src/Terminal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Terminal.h (limited to 'src/Terminal.h') diff --git a/src/Terminal.h b/src/Terminal.h new file mode 100644 index 0000000..3b5fb0b --- /dev/null +++ b/src/Terminal.h @@ -0,0 +1,12 @@ +#ifndef INSEL_TERMINAL_H +#define INSEL_TERMINAL_H + +void setup_terminal(void); +void restore_terminal(void); + +extern int tty_fd; +extern int tty_out_fd; +extern int orig_stdout; +extern int stdin_is_tty; + +#endif -- cgit v1.2.3