ALPHABETICAL INDEX OF SUBROUTINE CALLS
======================================

 Name       Escape code      Function performed (refer to VT100 User Guide)
---------------------------------------------------------------------------
ALIGND       <ESC> #8        ALIGN Display (fill screen with E's)
ANSI         <ESC>  <        set ANSI mode
ATROFF	     <ESC> [0m       ATtRibutes OFF for next characters
BIGBOT       <ESC> #4        BIG BOTtom (of double height line)
BIGTOP       <ESC> #3        BIG TOP (of double height line)
BLINK	     <ESC> [5m	     BLINK for next characters
BOLD	     <ESC> [1m	     BOLD for next characters
CLRALL       <ESC> [2J       CLeaR ALL of the screen
CLRBEG       <ESC> [1K       CleaR BEGinning of line
CLRBOT       <ESC> [0J       CLeaR the BOTtom of the screen
CLREND       <ESC> [0K       CLeaR END of the line
CLRLIN       <ESC> [2K       CLeaR LINe
CLRTOP       <ESC> [1J       CLeaR the TOP of the screen
CRLF         <CR><LF>        Carriage Return,Line Feed 
CUB(n)       <ESC> [~~D      CUrsor Backward n characters
CUD(n)       <ESC> [~~B      CUrsor Down     n lines
CUF(n)       <ESC> [~~C      CUrsor Forward  n characters
CUP(m,n)     <ESC> [~~;~~H   CUrsor Position to line m, column n
CUU(n)       <ESC> [~~A      CUrsor Up       n lines
DGS          <ESC> (B        Deselect Graphics Set
DWL          <ESC> #6        Double Width Line
HOME          --	     Combination of CLRALL & CUP(0,0)
IND          <ESC>  D        INDex (move down)
KPAM         <ESC>  =        KeyPad Application Mode
KPNM         <ESC>  >        KeyPad Numeric Mode
LL(n)        <ESC> [~q       Light Led n (on keyboard); n=10 for all off
NEGVID       <ESC> [7m       NEGative VIDeo for next characters
NEL          <ESC>  E        NEw Line
RESCUR       <ESC>  8        REStore CURsor & attributes
RI           <ESC>  M        Reverse Index (move up)
RIS          <ESC>  c        Reset to Initial State
RM(n)        <ESC> [?~l      Reset Mode n
SAVCUR       <ESC>  7        SAVe CURsor & attributes
SGS          <ESC> (0        Select Graphics Set
SM(n)        <ESC> [?~h      Set   Mode n
STBM(m,n)    <ESC> [~~;~~r   Set Top(m) and Bottom(n) Margins
SWL          <ESC> #5        Single Width Line
UNDLIN	     <ESC> [4m	     UNDerLINe next characters
WHATRU	     <ESC> [0c	     Request for Terminal Status
The Following are calls available only on the CIT101 terminal
-------------------------------------------------------------
ACS	     <ESC> (1	     Alternate Character Set
AGS	     <ESC> (2	     Alternate Graphics Set
CIALAC	     <ESC> #<	     Alternate Line Attribue Set
CIALAS	     <ESC> #=	     Alternate Line Attribue Clear
CIAPF	     <ESC> #1	     C. Itoh Auto Print ofF
CIAPN	     <ESC> #0	     C. Itoh Auto Print oN
CICBLK	     <ESC> [~w	     C. Itoh Cursor BLinK modes
CICLW(cl,cr) <ESC> [>3;~;~K  C. Itoh Clear Line Window
CICSW(rt,cl,rb,cr)
	     <ESC> [>3;~;~;~;~J  C. Itoh Clear Screen Window
CICUAT(n)    <ESC> [~v	     C. Itoh CUrsor ATribute modes
CIDHB	     <ESC> #;	     C. Itoh Double Height (sgl wdth) Bot
CIDHT	     <ESC> #:	     C. Itoh Double Height (sgl wdth) Top
CIKC	     <ESC> #>	     C. Itoh KeyClick
CIPCF	     <ESC> 1	     C. Itoh Print Controller ofF
CIPCN	     <ESC> 2	     C. Itoh Print Controller oN
CIPL	     <ESC> #2	     C. Itoh Print Line
CIPS	     <ESC> #7	     C. Itoh Print Screen
CIRM(n)	     <ESC> [>~l	     C. Itoh Reset Mode (n)
CISM(n)	     <ESC> [>~h	     C. Itoh Set Mode (n)
CIK2C	     <ESC> [0z	     C. Itoh Keyboard To Comm port
CIK2P	     <ESC> [1z	     C. Itoh Keyboard To Printer port
CIP2C	     <ESC> [2z	     C. Itoh aux (Printer) To Comm port
CIP2S	     <ESC> [3z	     C. Itoh aux (Printer) To Screen
CIPSTP	     <ESC> [4z	     C. Itoh aux Port SToP
CIPCLR	     <ESC> [5z	     C. Itoh aux Port CLeaR
The Following are calls available with a Printer Port
-----------------------------------------------------
AUPOFF	     <ESC> [?4i	     AUto Print OFF
AUPON	     <ESC> [?5i	     AUto Print ON
DCHAR	     <ESC> [~P	     Delete CHARacter
DLINE	     <ESC> [~M	     Delete LINE
ICHAR	     <ESC> [~@	     Insert CHARacter
ILINE	     <ESC> [~L	     Insert LINE
INSMOD	     <ESC> [4h	     INSert MODe
PRCOFF	     <ESC> [4i	     PRint Controller OFF
PRCON	     <ESC> [5i	     PRint Controller ON
PRFLSC	     <ESC> [19h	     PRint FuLl SCreen
PRFFOF	     <ESC> [18l	     PRinter Form Feed OFf
PRFFON	     <ESC> [18h	     PRinter Form Feed ON
PRS	     <ESC> [?15h     PRinter Status
PRSCRG	     <ESC> [19l	     PRint SCrolling ReGion
PRTCUL	     <ESC> [?1i	     PRinT CUrsor Line
REPMOD	     <ESC> [4l	     REPlace MODe
                                                                                                                                                                                                                                                                                                                                                                                                                                                  