h3rald / rawline

RawLine is a 100% Ruby library able to provide some of the functionality offered by ReadLine, plus additional features such as a more intuitive way to bind characters to specific keys or key sequences.
http://www.h3rald.com/rawline
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

Some keys binding cannot work in Win10 #4

Open BillYuan opened 6 years ago

BillYuan commented 6 years ago

The backspace, lef/right/up/down_arrows, delete keys all cannot used in Win10. There are messy log on the terminal if we press these keys.

It's a serious issue, because users cannot modify input strings at all.

h3rald commented 6 years ago

Hi!

Unfortunately I am not really maintaining this project anymore, as I no longer use Ruby. Pull requests are welcome though!