From ce34c904cc09680689337156dd23114e27318103 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Oct 2003 08:23:26 +0000 Subject: * 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. --- winsup/cygwin/winsup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/winsup.h') 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 (); -- cgit v1.1