Skip to content

v1.0.9

Compare
Choose a tag to compare
@maxlandon maxlandon released this 16 Aug 08:57
· 54 commits to master since this release
7ee8394

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.