diff options
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 3a74846f8ea..09aedf837d8 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -408,7 +408,7 @@ static int term_setup_done; | |||
| 408 | 408 | ||
| 409 | static unsigned short outside_cursor; | 409 | static unsigned short outside_cursor; |
| 410 | 410 | ||
| 411 | /* Similar to the_only_frame. */ | 411 | /* The only display since MS-DOS does not support multiple ones. */ |
| 412 | struct tty_display_info the_only_display_info; | 412 | struct tty_display_info the_only_display_info; |
| 413 | 413 | ||
| 414 | /* Support for DOS/V (allows Japanese characters to be displayed on | 414 | /* Support for DOS/V (allows Japanese characters to be displayed on |