;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Author: Stephen Cribbs Atomic Energy of Canada Ltd. Pinawa, Manitoba Canada, R0E1L0 Item #1 MJCLOK ------ MJCLOK is a Foreground or System job utility that displays current calendar and time values, and user defined messages, on a VT100 RT-11 console terminal in a manner transparent to the Background job. This program demonstrates the feasibility of routing output to the console from Foreground or System jobs through Background job completion routines thus avoiding terminal context switching. MJCLOK has the facility to avoid conflicts with Background jobs that require full use of the video display. Version II differs from the original version in two ways: Terminal flow control commands are used to regulate communication. A single line display option has been added. MJCLOK.DOC 41 12-May-83 - Program description MJCLOK.MAC 37 12-May-83 - MACRO-11 source file MJCLOK.REL 6 12-May-83 - FG runnable version (EIS) Item #2 TXTWRT ------ TXTWRT is an RT-11 text formatting program written to help programmers create effective text and graphics displays on today's "smart" terminals. In addition, full support of the ANSI standard escape sequence control strings used by Digital Equipment's video and printing terminals is provided. The output generated may be directly routed to the terminal, or to an ASCII stream file, or TXTWRT will create an output file suitably formatted as either FORTRAN-IV or MACRO-11 source statements. TCFL .BFO 7 11-MAY-83 - Terminal Control Function Binary Library TXTC .COM 1 11-May-83 - Compile & Assemble command file TXTL .COM 1 11-May-83 - LINK command file TXTLO .COM 1 11-May-83 - Overlay LINK command file ENC .FOR 15 11-May-83 - ## TXTWRT source files IDSPTC.FOR 30 11-May-83 - ## IPARSE.FOR 6 11-May-83 - ## MATCH .FOR 4 11-May-83 - ## NEST .FOR 6 11-May-83 - ## TXTWRT.FOR 25 11-May-83 - ## IDSPTC.MAC 7 11-May-83 - ## KMP2WU.MAC 2 11-May-83 - ##- TXTWRT.HLP 51 11-May-83 - Program Description document EXMPL1.INP 1 11-May-83 - Example input file #1 EXMPL2.INP 1 11-May-83 - Example input file #2 PTXTW .MAC 2 11-May-83 - ++ Component source files for TCFL.BFO TCFLIO.MAC 23 11-May-83 - ++ TCFLO .MAC 27 11-May-83 - ++- TXTWRT.OVL 53 11-May-83 - Overlayed Executable file (11.2Kw) TXTWRT.SAV 51 11-May-83 - Executable file (13.0Kw) ;-----------------------------------------------------------------------