summaryrefslogtreecommitdiff
path: root/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.h')
-rw-r--r--terminal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/terminal.h b/terminal.h
deleted file mode 100644
index 1df7ea7..0000000
--- a/terminal.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _TERMINAL_H
-#define _TERMINAL_H
-
-void die(const char* message);
-void disable_raw_mode();
-void enable_raw_mode();
-int get_cursor_position(int* rows, int* cols);
-int get_window_size(int* rows, int* cols);
-
-#endif