diff options
| author | Eli Zaretskii | 2000-02-07 11:26:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-02-07 11:26:42 +0000 |
| commit | 38fd211bc0f93ced3cfd71a2a6e4f9f5f628652a (patch) | |
| tree | 08e74b16a2b1d53088c8d5a214710d5bf646f441 /src/s | |
| parent | fef8c55b166e8d591fa6aab967bb2c783dfacc68 (diff) | |
| download | emacs-38fd211bc0f93ced3cfd71a2a6e4f9f5f628652a.tar.gz emacs-38fd211bc0f93ced3cfd71a2a6e4f9f5f628652a.zip | |
Add capabilities se, so, us, ue, md, mh, mb, mr, and me to the fake
termcap entry.
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 |