mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-18 00:54:58 +00:00
fmt
This commit is contained in:
parent
ba183743a8
commit
e46f5d3ea7
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ fn width_with_shell_out() -> Result<u16> {
|
|||
.args(["-f", "/dev/stderr", "size"])
|
||||
.stderr(Stdio::inherit())
|
||||
.output()?
|
||||
|
||||
} else {
|
||||
Command::new("stty")
|
||||
.args(["size", "-F", "/dev/stderr"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue