You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
Martin Nordholts 352309b056 Revert "Remove code that tries to handle ANSI escape inputs"
This reverts commit 8174e02279. Turns out
it is needed for a common use case, see
https://github.com/sharkdp/bat/issues/2307.

It is not a clean revert, because I adjust CHANGELOG.md and also add a
comment to the test. I also had to resolve a small `use` conflict.
2 years ago
..
assets Fix clippy suggestions 2 years ago
bin/bat Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-config 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Make the default macOS theme depend on Dark Mode (#2197) 2 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs use io::Empty instead of crafted dummy stdin struct 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
input.rs Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60 2 years ago
less.rs Fix clippy suggestions 2 years ago
lib.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
line_range.rs Fix clippy suggestions 2 years ago
macros.rs Introduce bat_warning! helper macro 4 years ago
output.rs Add support for BusyBox less as pager (#2162) 2 years ago
pager.rs Prevent fork nightmare with PAGER=batcat (#2235) 2 years ago
paging.rs Fix clippy suggestions 2 years ago
preprocessor.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
pretty_printer.rs Clear `highlighted_lines` when calling `PrettyPrinter::print` 2 years ago
printer.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
style.rs Add a --style=default option (#2119) 2 years ago
syntax_mapping.rs Map `fish_history` to YAML 2 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
vscreen.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago