Skip to content

Commit

Permalink
crossterm support (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Apr 26, 2022
1 parent b692e0c commit ce87487
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 155 deletions.
81 changes: 50 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -50,8 +50,8 @@ directories = "4"
indicatif = "0.16.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.75"
tui = "0.16"
termion = "1.5"
tui = "0.18"
crossterm = "0.23"
unicode-width = "0.1"
itertools = "0.10.3"
tokio = { version = "1", features = ["full"] }
Expand Down
1 change: 0 additions & 1 deletion src/command/client.rs
Expand Up @@ -11,7 +11,6 @@ use atuin_common::utils::uuid_v4;
#[cfg(feature = "sync")]
mod sync;

mod event;
mod history;
mod import;
mod init;
Expand Down
68 changes: 0 additions & 68 deletions src/command/client/event.rs

This file was deleted.

0 comments on commit ce87487

Please sign in to comment.