diff --git a/src/common/terminal.rs b/src/common/terminal.rs index e5a98b5..9bf24a9 100644 --- a/src/common/terminal.rs +++ b/src/common/terminal.rs @@ -10,7 +10,6 @@ fn width_with_shell_out() -> Result { .args(["-f", "/dev/stderr", "size"]) .stderr(Stdio::inherit()) .output()? - } else { Command::new("stty") .args(["size", "-F", "/dev/stderr"])