OSDN Git Service

* fhandler_console.cc: Remove VK_DIVIDE detection.
authorcgf <cgf>
Sun, 30 Jul 2000 17:58:48 +0000 (17:58 +0000)
committercgf <cgf>
Sun, 30 Jul 2000 17:58:48 +0000 (17:58 +0000)
commit09c7dc7dc603e8abd61e0af8e81dd74fc4c204ee
treeda0880e0feed3d9e5e8d6bfa1c37148cbd48dfd1
parente36472cb21d560ecb920b6a7bb74e576db471795
* fhandler_console.cc: Remove VK_DIVIDE detection.
(get_nonascii_key): Simplify previous patch to return ascii char if it is
non-zero.  Add a second "temporary buffer" argument to help with thread safety.
* select.cc (peek_console): Pass a temporary buffer argument to
get_nonascii_key.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_console.cc
winsup/cygwin/select.cc