From ac9f878a95d5af51e6e8ad86fc6666c08995c7d4 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 7 Sep 2023 01:03:47 +0800 Subject: [PATCH] .. --- core/src/input/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/input/input.rs b/core/src/input/input.rs index bab05283..31752fb7 100644 --- a/core/src/input/input.rs +++ b/core/src/input/input.rs @@ -3,7 +3,7 @@ use std::ops::Range; use anyhow::{anyhow, Result}; use config::keymap::Key; use crossterm::event::KeyCode; -use shared::{CharKind, Term}; +use shared::CharKind; use tokio::sync::oneshot::Sender; use unicode_width::UnicodeWidthStr;