Usermode/GUI Terminal - Reworking terminal code. Incomplete
[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 #include "display.h"
12
13 /**
14  * Returns either a positive or negative byte count.
15  * Positive means that many bytes were used as part of the escape sequence
16  * and should not be sent to the display.
17  * Negative means that there were that many bytes before the next escape
18  * sequence (and hence those should be displayed).
19  */
20 extern int      Term_HandleVT100(tTerminal *Term, int Len, const char *Buf);
21
22
23 #endif
24

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