mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Update src/config.rs
Co-authored-by: Keith Hall <keith-hall@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ pub struct Config<'a> {
|
|||||||
/// The maximum number of consecutive empty lines to display
|
/// The maximum number of consecutive empty lines to display
|
||||||
pub squeeze_lines: Option<usize>,
|
pub squeeze_lines: Option<usize>,
|
||||||
|
|
||||||
// Whether or not to set terminal title when using a pager
|
// Whether or not to strip ANSI escape codes from the input
|
||||||
pub strip_ansi: StripAnsiMode,
|
pub strip_ansi: StripAnsiMode,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user