diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-02-10 17:25:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 17:25:43 +0000 |
| commit | edda1b741a4a0816eb6e62eafd69fc9896603cf5 (patch) | |
| tree | cc5cb45caecc4fbe6b34e08f2347fdfdf897d0b5 /src/command/client/search.rs | |
| parent | Bump debian from bullseye-20221205-slim to bullseye-20230208-slim (#701) (diff) | |
| download | atuin-edda1b741a4a0816eb6e62eafd69fc9896603cf5.zip | |
crossterm support (#331)
* crossterm v2
* patch crossterm
* fix-version
* no more tui dependency
* lints
Diffstat (limited to 'src/command/client/search.rs')
| -rw-r--r-- | src/command/client/search.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 53471ec1..9321f117 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -13,7 +13,6 @@ use super::history::ListMode; mod cursor; mod duration; -mod event; mod history_list; mod interactive; pub use duration::{format_duration, format_duration_into}; |
