From a570d168d145f44ac44b9a2c60b7a089dad65f87 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 8 Dec 2025 21:00:24 +0800 Subject: Add crossterm dependency and implement jvii editor - Add crossterm crate for terminal UI capabilities - Update jvii editor with proper status bar and keyboard hints - Add i18n support for editor interface - Remove default nano editor configuration from shell scripts --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6082cd6..92ed9ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,9 @@ tokio = { version = "1", features = ["full"] } colored = "3.0" strip-ansi-escapes = "0.2.1" +# Terminal +crossterm = "0.27" + # i18n rust-i18n = "3" -- cgit