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

Small typo fixes

This commit is contained in:
Cedric Erdelen
2026-01-28 14:12:32 +01:00
parent cd06fe46e0
commit 6b8decf2a4

View File

@@ -99,13 +99,13 @@ pub struct Config<'a> {
#[cfg(feature = "lessopen")]
pub use_lessopen: bool,
// Weather or not to set terminal title when using a pager
// Whether 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: Option<usize>,
// Weather or not to set terminal title when using a pager
// Whether or not to set terminal title when using a pager
pub strip_ansi: StripAnsiMode,
}