COMMITS
/ examples/print-text/named-colors.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
February 16, 2018
J
Introduced ColorDepth enumeration. Added color_depth attribute to Application.
Jonathan Slenders committed
December 20, 2017
J
Renamed print back to print_formatted_text. The user can always bind it to 'print' himself.
Jonathan Slenders committed
December 7, 2017
J
Code style in examples + added flake8 to .travis.yml.
Jonathan Slenders committed
August 4, 2017
J
Improved print-text examples.
Jonathan Slenders committed
August 1, 2017
J
Added more examples for printing text.
Jonathan Slenders committed