File: relax-terminal-size.diff

package info (click to toggle)
rust-coreutils 0.0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,956 kB
  • sloc: sh: 491; python: 304; javascript: 72; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: coreutils/src/uu/ls/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/ls/Cargo.toml
+++ coreutils/src/uu/ls/Cargo.toml
@@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["w
 unicode-width = "0.1.8"
 number_prefix = "0.4"
 term_grid = "0.1.5"
-terminal_size = "0.2.2"
+terminal_size = "0"
 glob = "0.3.0"
 lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
 uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features = ["entries", "fs"] }