summaryrefslogtreecommitdiff
path: root/include/terminal.h
diff options
context:
space:
mode:
authorPixel <>2001-04-16 20:40:13 +0000
committerPixel <>2001-04-16 20:40:13 +0000
commit85155ff54ba94f8ac40e267f83435284e88b866c (patch)
tree26e8ba119f6e5af7cbdf40cf8382becbc1affefd /include/terminal.h
parent4b6921b966481ff28c919ca0e0fb345e601a9a74 (diff)
Prout
Diffstat (limited to 'include/terminal.h')
-rw-r--r--include/terminal.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/terminal.h b/include/terminal.h
new file mode 100644
index 0000000..ed65f71
--- /dev/null
+++ b/include/terminal.h
@@ -0,0 +1,12 @@
+#ifndef __TERMINAL_H__
+#define __TERMINAL_H__
+#include <stdio.h>
+
+extern FILE * input;
+extern struct termios initial_settings, new_settings;
+
+openterm();
+clearterm();
+initterm();
+
+#endif \ No newline at end of file