Skip to content

v1.2.28

Compare
Choose a tag to compare
@chrisant996 chrisant996 released this 26 Aug 04:08
· 3406 commits to master since this release
  • Added rl.getpromptinfo() function.
  • Fixed loading .inputrc so that only one is loaded (regression introduced in v1.0.0a0 by the fix for mridgers #258). If similar behavior is still desired, consider using the $include directive in the Readline init file, to load additional files.
  • Fixed clink-select-complete to respect when mark-directories in .inputrc file if off.
  • Fixed crash in console.findline() when no attributes are passed. Callers using v1.2.27 and earlier can work around the crash by passing {} for attributes.
  • Fixed an off-by-1 bug in console.scroll("absolute", top). This will fix edge case malfunctions in some callers, but some callers could experience this as a breaking change.