diff options
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 */ |