(tried to) prioritize terminal input

refresh interactive sessions
This commit is contained in:
lda
2026-07-15 09:17:01 +07:00 Verified
parent f459bb6914
commit 7ac482431a
7 changed files with 206 additions and 88 deletions
+5
View File
@@ -23,4 +23,9 @@ version = "0"
features = ["experimental-nl"]
[target.'cfg(unix)'.dependencies]
nix = { version = "0.31", default-features = false, features = [
"signal",
"process",
"term",
] }
pty-process = { version = "0.5", features = ["async"] }