-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate and extend history search
* This PR addresses this Issue #55 * BasicSearch was removed and its behavior was migrated to the history module. * 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 logic that makes this behavior possible is contained inside the history module. * The result is, that the main loop in readline_helper no longer needs to handle history_state and clean up in the right places
- Loading branch information
ahkrr
committed
Jun 17, 2021
1 parent
4433bfc
commit ea0cc22
Showing
5 changed files
with
295 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.