aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/search/event.rs (follow)
Commit message (Collapse)AuthorAge
* crossterm support (#331)Conrad Ludgate2023-02-10
| | | | | | | | | | | * crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints
* Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable2022-12-16
| | | | | | | * Switch to using ATUIN_LOG instead of RUST_LOG * Stop clippy complaining * I should know better - clippy is never happy :(
* better cursor search (#473)Conrad Ludgate2022-09-11
* improve cursor code * proper unicode support * refactor and test * fmt * clippy * move methods to state * refactor search modules