mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Add --squeeze/-s option
Co-authored-by: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>
This commit is contained in:
committed by
einfachIrgendwer0815
parent
e1a3fc5529
commit
c36ed32816
@@ -97,6 +97,9 @@ pub struct Config<'a> {
|
||||
|
||||
// Weather or not to set terminal title when using a pager
|
||||
pub set_terminal_title: bool,
|
||||
|
||||
/// The maximum number of consecutive empty lines to display
|
||||
pub squeeze_lines: usize,
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "minimal-application", feature = "paging"))]
|
||||
|
||||
Reference in New Issue
Block a user