diff options
Diffstat (limited to 'src/Terminal.h')
| -rw-r--r-- | src/Terminal.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
