summaryrefslogtreecommitdiffstats
path: root/src/commands/command_line.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-16 11:59:33 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-16 12:01:23 -0500
commitd788f8d740be85bb014ddfa005156723f0a31e99 (patch)
tree1cd74c86358b70f78dffe25da5e0bfe4bd9b1abf /src/commands/command_line.rs
parent726a7a424f7ddec97478490a0f3a25005dde45ac (diff)
rework rendering system to use tui-rs widgets
- move files around - delete some old ncurses code - integrate tui-rs styles and colors
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 ff3c694..1ca2c14 100644
--- a/src/commands/command_line.rs
+++ b/src/commands/command_line.rs
@@ -1,8 +1,8 @@
use crate::commands::{self, JoshutoCommand, JoshutoRunnable};
use crate::context::JoshutoContext;
use crate::error::JoshutoResult;
-use crate::util::textfield::TextField;
use crate::ui::TuiBackend;
+use crate::util::textfield::TextField;
#[derive(Clone, Debug)]
pub struct CommandLine {