summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-01 00:44:09 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-01 00:44:09 +0200
commit046c16b0778d6b4112a32b61c274871dc6a0b43b (patch)
tree3714fc19009919d0ef74b6b81edbb5caa98fef6c /console.h
parentc56e309956da3d41420db1c5d41ccf245c594e45 (diff)
downloadMAC-Telnet-046c16b0778d6b4112a32b61c274871dc6a0b43b.tar.gz
MAC-Telnet-046c16b0778d6b4112a32b61c274871dc6a0b43b.zip
Milestone 1: First fully functional (proof of concept) version.
Diffstat (limited to 'console.h')
-rw-r--r--console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/console.h b/console.h
index 3a303fb..4f3c990 100644
--- a/console.h
+++ b/console.h
@@ -1 +1,3 @@
extern int getTerminalSize(unsigned short *width, unsigned short *height);
+extern int rawTerm();
+extern int resetTerm();