Closed will8211 closed 6 years ago
Had to revert, I was getting:
Traceback (most recent call last):
File "/usr/local/bin/unimatrix", line 613, in <module>
main()
File "/usr/local/bin/unimatrix", line 608, in main
curses.wrapper(_main)
File "/usr/lib/python3.5/curses/__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/bin/unimatrix", line 555, in _main
if key.get():
File "/usr/local/bin/unimatrix", line 407, in get
chr_kp = chr(kp).lower()
ValueError: chr() arg not in range(0x110000)
Reverts will8211/unimatrix#14