diff options
| author | Eli Zaretskii | 1999-12-06 16:55:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-12-06 16:55:26 +0000 |
| commit | 89774ec398c1e158c46d6cbee64c4387bcc4fb3a (patch) | |
| tree | 130196ff6354bc633cb2d010746611deff205031 /src | |
| parent | 2d764c783d0ab96cc246f3bb1dad70f2ef56ce0f (diff) | |
| download | emacs-89774ec398c1e158c46d6cbee64c4387bcc4fb3a.tar.gz emacs-89774ec398c1e158c46d6cbee64c4387bcc4fb3a.zip | |
(INTERNAL_TERMINAL): Add entries for color support.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 3 |
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 */ |