(tried to) prioritize terminal input
refresh interactive sessions
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user