summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'console.h')
-rw-r--r--console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/console.h b/console.h
index 4f3c990..cb55797 100644
--- a/console.h
+++ b/console.h
@@ -1,3 +1,4 @@
extern int getTerminalSize(unsigned short *width, unsigned short *height);
extern int rawTerm();
extern int resetTerm();
+extern int setTerminalSize(int fd, unsigned short width, unsigned short height);