jquast / blessed

Blessed is an easy, practical library for making python terminal apps

Home Page:http://pypi.python.org/pypi/blessed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard support for win32 systems

jquast opened this issue · comments

Amazon wrote an Apache 2.0 Licensed fork of blessed to support keyboard on windows systems, we would benefit from similar code. However, I guess, due to the license and so far we've only been MIT, it would be nice to simply pretend we never saw it and just write it all from scratch. But here is an implementation for 'win32', anyway

https://github.com/ianblenke/awsebcli/blob/9cdb9bc50868c01b5e467e8269ebcd071cfd4a7b/ebcli/health/term.py

Closed by #110