summaryrefslogtreecommitdiffstats
path: root/src/commands/command_line.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 21:51:50 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 21:51:50 -0500
commit726a7a424f7ddec97478490a0f3a25005dde45ac (patch)
tree499e2fad776e46a7a272806fc2bd10aa98e5610e /src/commands/command_line.rs
parentf15674eb5c550423b8b7d02ac05bd36a9dec4040 (diff)
more work on textfield
Diffstat (limited to 'src/commands/command_line.rs')
-rw-r--r--src/commands/command_line.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/command_line.rs b/src/commands/command_line.rs
index 4d3c820..ff3c694 100644
--- a/src/commands/command_line.rs
+++ b/src/commands/command_line.rs
@@ -1,7 +1,7 @@
use crate::commands::{self, JoshutoCommand, JoshutoRunnable};
use crate::context::JoshutoContext;
use crate::error::JoshutoResult;
-use crate::textfield::TextField;
+use crate::util::textfield::TextField;
use crate::ui::TuiBackend;
#[derive(Clone, Debug)]