Releases: reeflective/readline
Fixes to line buffer display
Fixes to readline options
What's Changed
- Load default options by @maxlandon in #44
- Fixes to stupidity by @maxlandon in #45
Full Changelog: v1.0.3...v1.0.4
Changes to exported bind utility function signatures
The reeflective/console application library has new readline commands to manipulate readline binds/options, and needed to access some utilities with one more parameter
Redisplay on resize events & fixes
On UNIX systems, terminal resize events trigger the recomputed redisplay of the interface. Not implemented on Windows, as the current implementation is too unstable
Fixes to abort
Small fixes to abort commands
Inputrc support, Testing Suite, Stable API.
This new release of readline
is yet another complete rewrite of the codebase,
prompted by the need to add full .inputrc
configuration support. As a result,
the code has been restructured into self-contained packages with an almost full
testing suite to the core code, to ensure the safest operation possible.
In addition:
- New commands in various domains
- Multiline support
- Macro support
- New API for programable commands
- New and/or updated documentation
- Many, many fixes.
- Many, many improvements all over the place.
The API is now finally considered stable, and will not change unless strictly required.