Category : Files from Magazines
Archive   : DDJ0990.ZIP
Filename : TERM.ASC

 
Output of file : TERM.ASC contained in archive : DDJ0990.ZIP
DEFINITION MODULE Term; (* TVI950 Terminal Emulation For Kermit *)

EXPORT QUALIFIED
WM_TERM, WM_TERMQUIT,
Dir, TermThrProc, InitTerm, PutKbdChar, PutPortChar;

CONST
WM_TERM = 4000H;
WM_TERMQUIT = 4001H;


PROCEDURE Dir (path : ARRAY OF CHAR);
(* Displays a directory *)

PROCEDURE TermThrProc;
(* Thread to get characters from port, put into buffer, send message *)

PROCEDURE InitTerm;
(* Clear Screen, Home Cursor, Get Ready For Terminal Emulation *)

PROCEDURE PutKbdChar (ch1, ch2 : CHAR);
(* Process a character received from the keyboard *)

PROCEDURE PutPortChar (ch : CHAR);
(* Process a character received from the port *)

END Term.


  3 Responses to “Category : Files from Magazines
Archive   : DDJ0990.ZIP
Filename : TERM.ASC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/