diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-01 00:44:09 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-01 00:44:09 +0200 |
commit | 046c16b0778d6b4112a32b61c274871dc6a0b43b (patch) | |
tree | 3714fc19009919d0ef74b6b81edbb5caa98fef6c /console.h | |
parent | c56e309956da3d41420db1c5d41ccf245c594e45 (diff) | |
download | MAC-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ extern int getTerminalSize(unsigned short *width, unsigned short *height); +extern int rawTerm(); +extern int resetTerm(); |