termcap (434B)
1 # 2 # Monochrome IBMPC. 3 # This is a termcap for the NANSI.SYS device driver. 4 # It is the same as the ANSI termcap, except NANSI supports 5 # line insert (al) and delete (dl) while ANSI does not. 6 # 7 ibmpc-mono:\ 8 :co#80:\ 9 :li#24:\ 10 :cl=\E[2J:\ 11 :bs:\ 12 :ho=\E[H:\ 13 :cm=\E[%i%2;%2H:\ 14 :up=\E[A:\ 15 :xd=\E[B:\ 16 :nd=\E[C:\ 17 :bc=\E[D:\ 18 :ce=\E[K:\ 19 :ti=\E[m:\ 20 :te=\E[m:\ 21 :so=\E[1m:\ 22 :se=\E[m:\ 23 :us=\E[4m:\ 24 :ue=\E[m:\ 25 :al=\E[L:\ 26 :dl=\E[M: