summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/mark.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/widgets/mark.rs')
-rw-r--r--src/interactive/widgets/mark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/mark.rs b/src/interactive/widgets/mark.rs
index 3c26a3a..7cc5e30 100644
--- a/src/interactive/widgets/mark.rs
+++ b/src/interactive/widgets/mark.rs
@@ -1,6 +1,7 @@
use crate::interactive::{
fit_string_graphemes_with_ellipsis, path_of, widgets::entry_color, CursorDirection,
};
+use crosstermion::{input::Key, input::Key::*};
use dua::{
traverse::{Tree, TreeIndex},
ByteFormat,
@@ -11,7 +12,6 @@ use std::{
collections::{btree_map::Entry, BTreeMap},
path::PathBuf,
};
-use termion::{event::Key, event::Key::*};
use tui::{
buffer::Buffer,
layout::{Constraint, Direction, Layout, Rect},