summaryrefslogtreecommitdiffstats
path: root/src/verb/verb.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-04-15 20:12:22 +0200
committerCanop <cano.petrole@gmail.com>2020-04-15 20:12:22 +0200
commit4bd189ae5d59e158123804f5843a819154a87f2c (patch)
treec9a8dfe667b198aba7696ca708222f19daaf69fa /src/verb/verb.rs
parent98edb6a09f513a81ad7e2f589ef61316680851a2 (diff)
refactor: "display" ntmodule
Diffstat (limited to 'src/verb/verb.rs')
-rw-r--r--src/verb/verb.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/verb/verb.rs b/src/verb/verb.rs
index 4419fd8..323fdcc 100644
--- a/src/verb/verb.rs
+++ b/src/verb/verb.rs
@@ -5,9 +5,11 @@ use {
crate::{
errors::{ConfError, ProgramError},
keys,
- screens::Screen,
+ display::{
+ Screen,
+ Status,
+ },
selection_type::SelectionType,
- status::Status,
},
crossterm::event::{
KeyCode,