# IBM-PC color monitor
#     normal      - white on black
#     standout    - reverse
#     underline   - yellow on black
#     doubld bold - high intensity
ibm|ibmpc|ibm-pc:\
       :co#80:li#24:am:km:\
       :bs:ho=\E[H:bl=^G:\
       :cl=\E[2J:ce=\E[K:\
       :cm=\E[%i%2;%2H:\
       :up=\E[A:xd=\E[B:nd=\E[C:bc=\E[D:\
       :ti=\E[0;37;40m:te=\E[0;37;40m:\
       :so=\E[7m:se=\E[0;37;40m:\
       :us=\E[33;40m:ue=\E[0;37;40m:\
       :md=\E[1m:me=\E[0;37;40m:

# IBM-PC color monitor, another color scheme
#     normal      - white on blue
#     standout    - blue on cyan with high intensity
#     underline   - yellow on blue with high intensity
#     doubld bold - red on blue with high intensity
ibm-color:\
       :co#80:li#24:am:km:\
       :bs:ho=\E[H:bl=^G:\
       :cl=\E[2J:ce=\E[K:\
       :cm=\E[%i%2;%2H:\
       :up=\E[A:xd=\E[B:nd=\E[C:bc=\E[D:\
       :ti=\E[0;37;44m:te=\E[0;37;40m:\
       :so=\E[1;37;46m:se=\E[0;37;44m:\
       :us=\E[1;33;44m:ue=\E[0;37;44m:\
       :md=\E[1;31;44m:me=\E[0;37;44m:\
