mattn / go-tty

MIT License
208 stars 18 forks source link

Support Ctrl-Left/Right/Up/Down on Windows keeping compatiblity with Linux #23

Closed hymkor closed 5 years ago

hymkor commented 5 years ago

On Windows, ReadRune() could not catch Ctrl-UP/DOWN/RIGHT/LEFT, but on Linux it can.

With this patch, ReadRune() on Windows can catch them as below.

Would you merge my patch if there is no problem ?

(I fixed _example/simple.go because under cooked-mode, Ctrl-DOWN and Ctrl-UP work to scroll the console-window )

mattn commented 5 years ago

Thank you. I'll look in later.

hymkor commented 5 years ago

Thank you! I appended these 5 keys.

mattn commented 5 years ago

LGTM, Thank you