Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement an interactive_history_search
* This PR addresses this Issue #55 * BasicSearch was removed * Additional features are an interactively displayed list, that is scrollable with CTRL-n/CTRL-r or CTRL-p * Maybe in the future make the displayed list optional? * The interactive_history_search has its own loop, handling input events, to make more complicated behavior easier maintainable and removing history_search_state from the main loop in `read_line_helper`
- Loading branch information