Releases: reeflective/readline
Releases · reeflective/readline
v1.0.15
v1.0.14
What's Changed
- Fix for backslashes being replaced by null bytes by @RafBishopFox in #61
New Contributors
- @RafBishopFox made their first contribution in #61
Full Changelog: v1.0.13...v1.0.14
v1.0.13
v1.0.12
What's Changed
- Fixes to inputrc & prompt sequences by @maxlandon in #59
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Fix typos and don't trim comments in returned buffer by @maxlandon in #58
Full Changelog: v1.0.10...v1.0.11
v1.0.10
v1.0.9
Completion system
The completion engine has been partially rewritten and strenghened,
solving some remaining issues with completion display edge cases.
The completions Candidate
display and description fields now support
arbitrary color sequences at arbitrary positions in those strings.
This also comes with new options for completion styling in .inputrc
:
completion-selection-style
completion-description-style
completion-list-separator
See the documentation for how to use them.
Cursor styles
Support has been added for user-defined cursor styles.
Examples
set cursor-vi-insert blinking-block
set cursor-vi-opp underline
set cursor-emacs beam
See the documentation for how to use them.
Others
- Various bug fixes in display.
v1.0.8
v1.0.7
Fixes
What's Changed
- More reliable newline behavior && terminal low-level access by @maxlandon in #48
Full Changelog: v0.1.4...v1.0.6