Path to this page:
Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit2
From: Adam Ciarcinski
Date: 2020-09-08 19:36:58
Message id: 20200908173658.4A882FB28@cvs.NetBSD.org
Log Message:
py-prompt_toolkit2: updated to 3.0.7
3.0.7:
New features:
- New "placeholder" parameter added to `PromptSession`.
Other changes:
- The "respond to CPR" logic has been moved from the `Input` to `Output`
classes (this does clean up some code).
Fixes:
- Bugfix in shift-selection key bindings.
- Fix hight calculation of `FormattedTextControl` when line wrapping is turned
on.
- Fixes for SSH server:
* Missing encoding property.
* Fix failure in "set_line_mode" call.
* Handle `BrokenPipeError`.
Files: