Skip to content

Commit

Permalink
Add HISTORY_SEEDED_INCREMENTAL_SEARCH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmokHuginnsson committed Nov 25, 2021
1 parent a2e7117 commit 1f149bf
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 173 deletions.
1 change: 1 addition & 0 deletions include/replxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ typedef enum {
REPLXX_ACTION_HISTORY_RESTORE,
REPLXX_ACTION_HISTORY_RESTORE_CURRENT,
REPLXX_ACTION_HISTORY_INCREMENTAL_SEARCH,
REPLXX_ACTION_HISTORY_SEEDED_INCREMENTAL_SEARCH,
REPLXX_ACTION_HISTORY_COMMON_PREFIX_SEARCH,
REPLXX_ACTION_HINT_NEXT,
REPLXX_ACTION_HINT_PREVIOUS,
Expand Down
1 change: 1 addition & 0 deletions include/replxx.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public:
HISTORY_RESTORE,
HISTORY_RESTORE_CURRENT,
HISTORY_INCREMENTAL_SEARCH,
HISTORY_SEEDED_INCREMENTAL_SEARCH,
HISTORY_COMMON_PREFIX_SEARCH,
HINT_NEXT,
HINT_PREVIOUS,
Expand Down
Loading

0 comments on commit 1f149bf

Please sign in to comment.