haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Allow binding incremental search to a key #105

Closed judah closed 5 years ago

judah commented 5 years ago

Fixes #87.

Similar to KillLine, add two new "keys" ReverseSearchHistory and ForwardSearchHistory which bind to the incremental history search functionality.

Original patch by boris-stepanov@ (#90).


This change is Reviewable