X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fgui_shell_src%2Finclude%2Fvt100.h;fp=Usermode%2FApplications%2Fgui_shell_src%2Finclude%2Fvt100.h;h=0000000000000000000000000000000000000000;hb=3a6a04204acae8bc2ccfce7d0be1f1ba75744bb5;hp=162991b003dfa02fbe312085f37eef3231cb74c9;hpb=704880994998a15d512860b5bb68d4b7285db510;p=tpg%2Facess2.git diff --git a/Usermode/Applications/gui_shell_src/include/vt100.h b/Usermode/Applications/gui_shell_src/include/vt100.h deleted file mode 100644 index 162991b0..00000000 --- a/Usermode/Applications/gui_shell_src/include/vt100.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Acess GUI Terminal - * - By John Hodge (thePowersGang) - * - * vt100.h - * - VT100/xterm emulation - */ -#ifndef _VT100_H_ -#define _VT100_H_ - -#include "display.h" - -/** - * Returns either a positive or negative byte count. - * Positive means that many bytes were used as part of the escape sequence - * and should not be sent to the display. - * Negative means that there were that many bytes before the next escape - * sequence (and hence those should be displayed). - */ -extern int Term_HandleVT100(tTerminal *Term, int Len, const char *Buf); - - -#endif -