We use functions in this crate to get stdout handler for terminal size query.
@@ -380,6 +380,7 @@ dependencies = [
"trycmd",
"unicode-width",
"uzers",
+ "windows-sys",
"zoneinfo_compiled",
]
@@ -101,6 +101,9 @@ proc-mounts = "0.3"
[target.'cfg(unix)'.dependencies]
uzers = "0.11.3"
+[target.'cfg(target_os = "windows")'.dependencies]
+windows-sys = "0.48.0"
+
[build-dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }