1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Update src/config.rs

Co-authored-by: Keith Hall <keith-hall@users.noreply.github.com>
This commit is contained in:
cerdelen
2026-01-28 19:48:02 +01:00
committed by GitHub
parent 6b8decf2a4
commit 69a2ffbdac

View File

@@ -105,7 +105,7 @@ pub struct Config<'a> {
/// The maximum number of consecutive empty lines to display
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,
}