Mercurial > emacs
diff src/msdos.c @ 24680:fc493aad59ad
(unibyte_display_via_language_environment): Add extern.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Sun, 02 May 1999 11:02:11 +0000 |
| parents | 56fe3cae0f96 |
| children | 2e3da138463f |
line wrap: on
line diff
--- a/src/msdos.c Sun May 02 10:58:11 1999 +0000 +++ b/src/msdos.c Sun May 02 11:02:11 1999 +0000 @@ -355,6 +355,8 @@ /* Segment and offset of the virtual screen. If 0, DOS/V is NOT loaded. */ static unsigned short screen_virtual_segment = 0; static unsigned short screen_virtual_offset = 0; +/* A flag to control how to display unibyte 8-bit characters. */ +extern int unibyte_display_via_language_environment; #if __DJGPP__ > 1 /* Update the screen from a part of relocated DOS/V screen buffer which
