Skip to content

Releases: reeflective/readline

Fixes to line buffer display

03 Jun 23:43
84fbbef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

Fixes to readline options

03 Jun 14:15
21d7463
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Changes to exported bind utility function signatures

02 Jun 20:38
9d58023
Compare
Choose a tag to compare

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

02 Jun 13:53
b872279
Compare
Choose a tag to compare

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

29 May 21:04
269684f
Compare
Choose a tag to compare

Small fixes to abort commands

Inputrc support, Testing Suite, Stable API.

29 May 08:54
57a6355
Compare
Choose a tag to compare

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.