OSDN Git Service

* autoload.c (cygwin_premain0): Add missing parameter.
authorcorinna <corinna>
Tue, 6 Mar 2001 12:05:45 +0000 (12:05 +0000)
committercorinna <corinna>
Tue, 6 Mar 2001 12:05:45 +0000 (12:05 +0000)
commit7e30d18bfd0b0f9bc760aefc69ec849513eba5dc
treed4c232b84fe0b4143df962d1ec79d9c901db34c1
parent2cd9537df4a8d9c1ab7432cdf1c8b356b7281b3d
    * autoload.c (cygwin_premain0): Add missing parameter.
        * binmode.c (cygwin_premain0): Ditto.
        * textmode.c (cygwin_premain0): Ditto.

Patch contributed by Jason Tiller <jtiller@sjm.com> :
        * auto_load.cc: Add "GetKeyboardLayout" entry in the list of
        Win32 User32.DLL exports to provide.
        * fhandler.h (class fhandler_console): Add meta_mask private
        member to remember which keystroke modifiers should generate
        META.
        * fhandler_console.cc (fhandler_console::read): Modify code that
        tests a keystroke for a META-escaped key to use the 'meta_mask'
        variable.
        (fhandler_console::fhandler_console): Add definition for
        variable "meta_mask" used to determine if a keystroke should be
        preceded by META in the client console stream.  Set meta_mask
        based on whether or not user's keyboard language is English -
        non-English keyboards pass AltGr (right <ALT>) unmolested,
        whereas English keyboards now interpret left- and right-<ALT>
        as META.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/automode.c
winsup/cygwin/binmode.c
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/textmode.c