aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii1999-12-06 16:55:26 +0000
committerEli Zaretskii1999-12-06 16:55:26 +0000
commit89774ec398c1e158c46d6cbee64c4387bcc4fb3a (patch)
tree130196ff6354bc633cb2d010746611deff205031 /src
parent2d764c783d0ab96cc246f3bb1dad70f2ef56ce0f (diff)
downloademacs-89774ec398c1e158c46d6cbee64c4387bcc4fb3a.tar.gz
emacs-89774ec398c1e158c46d6cbee64c4387bcc4fb3a.zip
(INTERNAL_TERMINAL): Add entries for color support.
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index ea428f0cfc1..52b24af2048 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -216,7 +216,8 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
216 216
217/* When $TERM is "internal" then this is substituted: */ 217/* When $TERM is "internal" then this is substituted: */
218#define INTERNAL_TERMINAL "pc|bios|IBM PC with colour display:\ 218#define INTERNAL_TERMINAL "pc|bios|IBM PC with colour display:\
219:co#80:li#25:km:ms:cm=<CM>:cl=<CL>:ce=<CE>:" 219:co#80:li#25:Co#16:pa#256:km:ms:cm=<CM>:cl=<CL>:ce=<CE>:\
220:AB=<BG %d>:AF=<FG %d>:op=<DefC>:"
220 221
221/* Define this to a function (Fdowncase, Fupcase) if your file system 222/* Define this to a function (Fdowncase, Fupcase) if your file system
222 likes that */ 223 likes that */