bat/src
sharkdp 67fe804256 Do not pass '--no-init' on newer less versions
With this change, we do not pass the `--no-init` option in newer
versions of less (530 or higher).

This fixes #749
2019-12-23 12:45:23 +01:00
..
bin/bat Update help text, closes #713 2019-12-22 16:05:00 +01:00
assets.rs Derive fmt::Debug whenever possible 2019-10-20 21:43:51 +02:00
controller.rs Run cargo fmt 2019-10-20 21:43:51 +02:00
decorations.rs Derive fmt::Debug whenever possible 2019-10-20 21:43:51 +02:00
diff.rs Use Rust inclusive range (stable in 1.26) 2018-11-11 14:42:22 +01:00
dirs.rs Migrated to Rust 2018 2019-03-09 07:43:41 +01:00
inputfile.rs Only print the header for empty files 2019-05-15 22:37:03 +02:00
less.rs Do not pass '--no-init' on newer less versions 2019-12-23 12:45:23 +01:00
lib.rs Do not pass '--no-init' on newer less versions 2019-12-23 12:45:23 +01:00
line_range.rs Derive fmt::Debug whenever possible 2019-10-20 21:43:51 +02:00
output.rs Do not pass '--no-init' on newer less versions 2019-12-23 12:45:23 +01:00
preprocessor.rs Handle non-unicode characters in the preprocessor 2019-08-31 20:56:53 +02:00
printer.rs Derive fmt::Debug whenever possible 2019-10-20 21:43:51 +02:00
style.rs Simplify 'using_controller' example 2019-10-30 19:47:51 +01:00
syntax_mapping.rs Formatted code 2019-03-09 07:43:41 +01:00
terminal.rs Leave blank lines blank terminal output. 2019-12-15 20:32:02 +01:00