diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-03-23 09:19:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 09:19:29 +0000 |
| commit | ba1d615f5e5d904a3bd7a7f5f0ce336b89995aea (patch) | |
| tree | db84efdef064426a9c2e32b897bb39c06fe4145e /src/tui/mod.rs | |
| parent | Allow changing search_mode during interactive search (#586) (diff) | |
| download | atuin-ba1d615f5e5d904a3bd7a7f5f0ce336b89995aea.zip | |
chore: remove tui vendoring (#804)
Diffstat (limited to 'src/tui/mod.rs')
| -rw-r--r-- | src/tui/mod.rs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/tui/mod.rs b/src/tui/mod.rs deleted file mode 100644 index 29fe84cd..00000000 --- a/src/tui/mod.rs +++ /dev/null @@ -1,20 +0,0 @@ -//! Fork of `tui-rs` -#![allow( - clippy::module_name_repetitions, - clippy::bool_to_int_with_if, - clippy::similar_names, - clippy::cast_possible_truncation, - clippy::cast_sign_loss, - dead_code -)] - -pub mod backend; -pub mod buffer; -pub mod layout; -pub mod style; -pub mod symbols; -pub mod terminal; -pub mod text; -pub mod widgets; - -pub use self::terminal::{Frame, Terminal, TerminalOptions, Viewport}; |
