mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-19 17:18:49 +02:00
Merge b8e43c143d1c9666bb35af3b0f36e2998248e92b into 5c43ddb56c96ced40194fab35f11196b12f2b17a
This commit is contained in:
commit
42895697a7
@ -89,7 +89,7 @@ impl OutputType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if wrapping_mode == WrappingMode::NoWrapping(true) {
|
if wrapping_mode == WrappingMode::NoWrapping(true) {
|
||||||
p.arg("-S"); // Short version of --chop-long-lines for compatibility
|
p.arg("-Sc"); // Short version of --chop-long-lines --clear-screen for compatibility
|
||||||
}
|
}
|
||||||
|
|
||||||
// Passing '--no-init' fixes a bug with '--quit-if-one-screen' in older
|
// Passing '--no-init' fixes a bug with '--quit-if-one-screen' in older
|
||||||
|
Loading…
x
Reference in New Issue
Block a user