We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd06fe4 + f6f1f18 commit 885ae1dCopy full SHA for 885ae1d
src/config.rs
@@ -99,13 +99,13 @@ pub struct Config<'a> {
99
#[cfg(feature = "lessopen")]
100
pub use_lessopen: bool,
101
102
- // Weather or not to set terminal title when using a pager
+ // Whether or not to set terminal title when using a pager
103
pub set_terminal_title: bool,
104
105
/// The maximum number of consecutive empty lines to display
106
pub squeeze_lines: Option<usize>,
107
108
+ // Whether or not to strip ANSI escape codes from the input
109
pub strip_ansi: StripAnsiMode,
110
}
111
0 commit comments