COMMITS
/ examples/print-text/ansi-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
Fixed ANSI color names, but remain compatible with the old names.
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
Move formatted_text module one level up.
Jonathan Slenders committed
J
Refactoring the print_formatted_text-function. Now exposed as 'print'.
Jonathan Slenders committed