summaryrefslogtreecommitdiffstats
path: root/src/stage/stage_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage/stage_state.rs')
-rw-r--r--src/stage/stage_state.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage/stage_state.rs b/src/stage/stage_state.rs
index 4dc5ed4..b734f85 100644
--- a/src/stage/stage_state.rs
+++ b/src/stage/stage_state.rs
@@ -3,7 +3,7 @@ use {
crate::{
app::*,
command::*,
- display::{CropWriter, MatchedString, Screen, SPACE_FILLING, W},
+ display::{MatchedString, Screen, W},
errors::ProgramError,
pattern::*,
skin::*,
@@ -16,7 +16,7 @@ use {
QueueableCommand,
},
std::path::{Path},
- termimad::Area,
+ termimad::{Area, CropWriter, SPACE_FILLING},
unicode_width::{UnicodeWidthChar, UnicodeWidthStr},
};