summaryrefslogtreecommitdiffstats
path: root/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.rs')
-rw-r--r--src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.rs b/src/commands.rs
index be7f828..b408e3b 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -2,7 +2,7 @@
//! in the input. It's independant of the state of the application
//! (verbs arent checked at this point)
-use crossterm::KeyEvent;
+use crossterm::input::KeyEvent;
use regex::Regex;
use termimad::{Event, InputField};