Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Applications / gui_shell_src / include / vt100.h
1 /*
2  * Acess GUI Terminal
3  * - By John Hodge (thePowersGang)
4  *
5  * vt100.h
6  * - VT100/xterm emulation
7  */
8 #ifndef _VT100_H_
9 #define _VT100_H_
10
11 /**
12  * Returns either a positive or negative byte count.
13  * Positive means that many bytes were used as part of the escape sequence
14  * and should not be sent to the display.
15  * Negative means that there were that many bytes before the next escape
16  * sequence (and hence those should be displayed).
17  */
18 extern int      Term_HandleVT100(int Len, const char *Buf);
19
20
21 #endif
22

UCC git Repository :: git.ucc.asn.au