Usermode/GUI Terminal - Renamed folder
[tpg/acess2.git] / Usermode / Applications / gui_shell_src / include / vt100.h
diff --git a/Usermode/Applications/gui_shell_src/include/vt100.h b/Usermode/Applications/gui_shell_src/include/vt100.h
deleted file mode 100644 (file)
index 162991b..0000000
+++ /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
-

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