bat/src
sharkdp c386cb35fb Pass '--mouse' to less versions >= 551
When using `less` version 551 or newer, `bat` will now pass the `--mouse` argument, allowing
for (better) mouse scrolling support in some terminals.

closes #904
2020-04-21 10:00:32 +02:00
..
bin/bat Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
assets.rs Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
config.rs Remove commented-out code 2020-04-21 08:57:15 +02:00
controller.rs Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
decorations.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
diff.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
errors.rs Updates for review of PR 899 2020-03-31 09:27:56 +02:00
inputfile.rs Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
less.rs Move paging support behind a feature 2020-03-31 09:27:56 +02:00
lib.rs Strip dependencies of bat-as-a-library 2020-03-31 09:27:56 +02:00
line_range.rs Hide methods from line_range 2020-03-21 22:21:23 +01:00
output.rs Pass '--mouse' to less versions >= 551 2020-04-21 10:00:32 +02:00
preprocessor.rs Handle non-unicode characters in the preprocessor 2019-08-31 20:56:53 +02:00
printer.rs Improve error message 2020-04-21 08:57:15 +02:00
style.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
syntax_mapping.rs Add more default mappings, reverse traversal 2020-03-22 11:02:51 +01:00
terminal.rs Strip dependencies of bat-as-a-library 2020-03-31 09:27:56 +02:00
wrap.rs Rename output component to 'style compinent', move wrap to separate module 2020-03-21 22:21:23 +01:00