aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-10-15 08:23:26 +0000
committerCorinna Vinschen <corinna@vinschen.de>2003-10-15 08:23:26 +0000
commitce34c904cc09680689337156dd23114e27318103 (patch)
treed8c212808d64fca56cdb3648068a1c4b8db59a35 /winsup/cygwin/winsup.h
parent0f8117bf42aa09dff4e57f122e8b17bd782f7a1b (diff)
downloadnewlib-ce34c904cc09680689337156dd23114e27318103.zip
newlib-ce34c904cc09680689337156dd23114e27318103.tar.gz
newlib-ce34c904cc09680689337156dd23114e27318103.tar.bz2
* fhandler_console.cc (char_command): Add escape sequence for codepage
ansi <-> oem switching for ncurses frame drawing capabilities. * dcrt0.cc: Add local variable alternate_charset_active. * winsup.h: Add global external variable alternate_charset_active.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 745519e..a58e356 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -90,6 +90,7 @@ extern "C" DWORD WINAPI GetLastError (void);
enum codepage_type {ansi_cp, oem_cp};
extern codepage_type current_codepage;
+extern bool alternate_charset_active;
UINT get_cp ();