mirror of
https://github.com/sharkdp/bat
synced 2026-08-07 19:31:42 +00:00
Add --squeeze-limit to specify max number of consecutive empty lines
Co-authored-by: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>
This commit is contained in:
committed by
einfachIrgendwer0815
parent
0c7e5299bf
commit
0e4e10edb6
+1
-1
@@ -99,7 +99,7 @@ pub struct Config<'a> {
|
||||
pub set_terminal_title: bool,
|
||||
|
||||
/// The maximum number of consecutive empty lines to display
|
||||
pub squeeze_lines: usize,
|
||||
pub squeeze_lines: Option<usize>,
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "minimal-application", feature = "paging"))]
|
||||
|
||||
Reference in New Issue
Block a user