diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-26 08:29:44 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-26 08:29:44 +0000 |
commit | 7874ca73b5cc8cfbf8a9151c34747aac4a1792f4 (patch) | |
tree | c3d5621a337ce72124d669d275ecba1c5fdf7d60 /shell | |
parent | 19f7732aedd89c5718da729e5f4c4056ce828a02 (diff) | |
download | busybox-w32-7874ca73b5cc8cfbf8a9151c34747aac4a1792f4.tar.gz busybox-w32-7874ca73b5cc8cfbf8a9151c34747aac4a1792f4.tar.bz2 busybox-w32-7874ca73b5cc8cfbf8a9151c34747aac4a1792f4.zip |
win32: allow characters to be entered as ALTNNN
It wasn't possible to enter characters using Alt and the decimal
character code. This was because the character is generated when
the Alt key is released but the WIN32 implementation of read_key()
ignored all key up events.
Modify read_key() to ignore numbers entered on the numeric keypad
with Alt pressed and to detect when Alt is released.
Fixes GitHub issue #136.
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions