diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 358b0d92510..164f139949f 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -217,6 +217,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 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:Co#16:pa#256: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 | :se=</SO>:so=<SO>:us=<UL>:ue=</UL>:md=<BD>:mh=<DIM>:mb=<BL>:mr=<RV>:me=<NV>:\ | ||
| 220 | :AB=<BG %d>:AF=<FG %d>:op=<DefC>:" | 221 | :AB=<BG %d>:AF=<FG %d>:op=<DefC>:" |
| 221 | 222 | ||
| 222 | /* Define this to a function (Fdowncase, Fupcase) if your file system | 223 | /* Define this to a function (Fdowncase, Fupcase) if your file system |