fix: linux, env TERM (#12325)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-07-17 08:46:32 +08:00
committed by GitHub
parent e711f73451
commit 475bef63d7
3 changed files with 156 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ once_cell = {version = "1.18", optional = true}
nix = { version = "0.29", features = ["term", "process"]}
gtk = "0.18"
termios = "0.3"
terminfo = "0.8"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"