diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-12 20:39:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 20:39:41 +0100 |
| commit | db2a00f45623d284f17dfe8c0f9eca1a401c25a6 (patch) | |
| tree | b32e86cf79b44389c72370a0b374400edaa6f653 /src/command/client/search.rs | |
| parent | update default layout (#523) (diff) | |
| download | atuin-db2a00f45623d284f17dfe8c0f9eca1a401c25a6.zip | |
custom history list (#524)
* use custom list impl
* fmt
* segment
* clean up
* fix offsets
* fix scroll back space
* small touch ups
Diffstat (limited to 'src/command/client/search.rs')
| -rw-r--r-- | src/command/client/search.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 915589a5..eda20ac5 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -11,6 +11,7 @@ use super::history::ListMode; mod cursor; mod duration; mod event; +mod history_list; mod interactive; pub use duration::format_duration; |
