Path to this page:
Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit2
From: Adam Ciarcinski
Date: 2021-01-16 09:45:53
Message id: 20210116084553.599B5FA9D@cvs.NetBSD.org
Log Message:
py-prompt_toolkit2: updated to 3.0.10
3.0.10:
New features:
- Improved `WordCompleter`: accept `display_dict`. Also accept formatted text
for both `display_dict` and `meta_dict`.
- Allow customization of button arrows.
Fixes:
- Correctly recognize backtab on Windows.
- Show original display text in fuzzy completer if no filtering was done.
3.0.9:
New features:
- Handle c-tab for TERM=linux.
Fixes:
- Improve rendering speed of `print_formatted_text`. (Don't render styling
attributes to output between fragments that have identical styling.)
- Gracefully handle `FileHistory` decoding errors.
- Prevent asyncio deprecation warnings.
Files: