#
# Monochrome IBMPC.
#       This is a termcap for the NANSI.SYS device driver.
#       It is the same as the ANSI termcap, except NANSI supports
#       line insert (al) and delete (dl) while ANSI does not.
#
ibmpc-mono:\
        :co#80:\
        :li#24:\
        :cl=\E[2J:\
        :bs:\
        :ho=\E[H:\
        :cm=\E[%i%2;%2H:\
        :up=\E[A:\
        :xd=\E[B:\
        :nd=\E[C:\
        :bc=\E[D:\
        :ce=\E[K:\
        :ti=\E[m:\
        :te=\E[m:\
        :so=\E[1m:\
        :se=\E[m:\
        :us=\E[1m:\
        :ue=\E[m:\
        :al=\E[L:\
        :dl=\E[M:
#
# Color IBMPC.
#       This is a termcap for the NANSI.SYS device driver.
#       It is the same as the ANSI termcap, except NANSI supports
#       line insert (al) and delete (dl) while ANSI does not.
#
#       Gratiously supplied by Darren Friedlein.
#
ibmpc-color:\
        :co#80:\
        :li#24:\
        :cl=\E[2J:\
        :bs:\
        :ho=\E[H:\
        :cm=\E[%i%2;%2H:\
        :up=\E[A:\
        :xd=\E[B:\
        :nd=\E[C:\
        :bc=\E[D:\
        :ce=\E[K:\
        :ti=\E[44;37m\E1m:\
        :te=\E[0m\E[2J:\
        :so=\E[31m:\
        :se=\E[37m:\
        :us=\E[33m:\
        :ue=\E[37m:\
        :al=\E[L:\
        :dl=\E[M:

