diff options
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; | |||
| 420 | /* The only display since MS-DOS does not support multiple ones. */ | 420 | /* The only display since MS-DOS does not support multiple ones. */ |
| 421 | struct tty_display_info the_only_display_info; | 421 | struct tty_display_info the_only_display_info; |
| 422 | 422 | ||
| 423 | /* The only tty_output, since MS-DOS supports only 1 display. */ | ||
| 424 | struct tty_output the_only_tty_output; | ||
| 425 | |||
| 423 | /* Support for DOS/V (allows Japanese characters to be displayed on | 426 | /* Support for DOS/V (allows Japanese characters to be displayed on |
| 424 | standard, non-Japanese, ATs). Only supported for DJGPP v2 and later. */ | 427 | standard, non-Japanese, ATs). Only supported for DJGPP v2 and later. */ |
| 425 | 428 | ||