v0.3.3 (20191220)
- (#14) Fixed that
wRepeatCount
(the parameter for WriteConsoleInput) was not set 1 to send key-events.
By this bug, some console applications cound not recieve keys from expect.exe . (Thanks to @vctls )
- (#14) キーイベントを送信する際に、WriteConsoleInput's のパラメータ
wRepeatCount
に 1 をセットしていなかった不具合を修正した。この不具合のせいで、コンソールアプリケーションのいくつかが expect.exe からのキーを受信できていなかった。