diff options
author | Glenn Morris <rgm@gnu.org> | 2019-04-17 09:32:40 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-04-17 09:32:40 -0700 |
commit | 0797897f34467272b150eba54aa3bbff19e92aa1 (patch) | |
tree | de30b455898572def032c92a57955ebc36d2b496 /src/msdos.c | |
parent | 41d9004e1cf50aa18720b52c6228b06e35ca96f5 (diff) | |
parent | a1c53d4294550380de76d6a6c4e29e9e8f6f9133 (diff) | |
download | emacs-0797897f34467272b150eba54aa3bbff19e92aa1.tar.gz |
Merge from origin/emacs-26
a1c53d4 (origin/emacs-26) * admin/admin.el (make-manuals-dist--1): Up...
d0f745f Document some compilation-mode faces
23ccba0 Mention the assignment form in "Copyright Assignment"
0f5568e Fix confusing wording in the user manual
70ec392 Fix the MSDOS build when running under CWSDPMI
7a608fc * lisp/progmodes/python.el: Be more careful about temp file r...
Diffstat (limited to 'src/msdos.c')
-rw-r--r-- | src/msdos.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c index 7dd5f5747aa..d13f2304852 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -420,6 +420,9 @@ static unsigned short outside_cursor; /* The only display since MS-DOS does not support multiple ones. */ struct tty_display_info the_only_display_info; +/* The only tty_output, since MS-DOS supports only 1 display. */ +struct tty_output the_only_tty_output; + /* Support for DOS/V (allows Japanese characters to be displayed on standard, non-Japanese, ATs). Only supported for DJGPP v2 and later. */ |