New Telnet Client
[reactos.git] / rosapps / net / telnet / src / tncon.h
diff --git a/rosapps/net/telnet/src/tncon.h b/rosapps/net/telnet/src/tncon.h
new file mode 100644 (file)
index 0000000..f7486db
--- /dev/null
@@ -0,0 +1,34 @@
+#ifndef __TNCON_H
+#define __TNCON_H
+
+#include "tparams.h"
+#include "tnclip.h"
+#include "ttelhndl.h"
+
+enum {
+       SC_UP,
+       SC_DOWN,
+       SC_ESC,
+       SC_MOUSE
+};
+
+enum {
+       TNNOCON,
+       TNPROMPT,
+       TNSCROLLBACK,
+       TNSPAWN,
+       TNDONE
+};
+
+int telProcessConsole(NetParams *pParams, KeyTranslator &KeyTrans,
+                                         TConsole &Console, TNetwork &Network, TMouse &Mouse,
+                                         Tnclip &Clipboard, HANDLE hThread);
+WORD scrollkeys ();
+
+// Thomas Briggs 8/17/98
+BOOL WINAPI ControlEventHandler(DWORD);
+
+// Bryan Montgomery 10/14/98
+void setTNetwork(TNetwork);
+
+#endif
\ No newline at end of file