# Cit80 is Nonstandard ANSI. Some differences are shown in Appendix C # of the CIT-80 manual. Clearing screen doesn't home cursor but cs needs to # home cursor for vi. # Initialization: set ANSI, exit Keypad Application mode, set cursor key # application mode, set auto wraparound, reset reverse video, set ASCII chars, # set normal video attributes, reset new line mode, scrolling region is lines # 1 thru 24, goto start of last line (otherwise cursor may not be on a blank # line). CT|cit80|cit 80|Citoh 80:\ :bl=^G:co#80:li#24:am:mi:ms:bs:pt:cr=^M:nl=^J:ta=^I:\ :up=\E[A:do=^J:nd=\E[C:le=^H:ho=\E[H:sc=\E7:rc=\E8:\ :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:\ :cl=\E[;H\E[2J:ce=\E[K:cd=\E[J:\ :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[m:\ :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:l1=PF1:l2=PF2:l3=PF3:l4=PF4:\ :sr=\EM:sf=\ED:\ :im=\E[>4h:ei=\E[>4l:al=\E[1L:dl=\E[1M:dc=\E[1P:\ :ve\E[2v\E[0v:vi=\E[1v:vs=\E[3v:\ :is=\E<\E>\E[?1h\E[?7h\E[?5l^O\E(B\E[0m\E[20l\E[1;24r\E[24;1H\ :rs=\E>\E[?5l\E[?7l: