COMMITS
/ tools/debug_vt100_input.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
September 11, 2020
J
Add docs/example for reading keys (one at a time, cross platform) from stdin.
Jonathan Slenders committed
August 29, 2020
J
Reformatting code after Black 20.8b1 release.
Jonathan Slenders committed
January 21, 2020
J
Remove unicode_literals import from examples, README and tests (not needed for Python 3).
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
January 27, 2018
J
Fixed the debug_vt100_input tool.
Jonathan Slenders committed
January 20, 2016
J
Use prompt_toolkit.token everywhere. (Make pygments more optional.)
Jonathan Slenders committed
January 18, 2016
J
Added debug_vt100_input.py. A tool for debugging the vt100 parser.
Jonathan Slenders committed