summaryrefslogtreecommitdiffstats
path: root/src/preprocessor.rs
AgeCommit message (Expand)Author
2023-03-15Merge pull request #2502 from Enselic/clippy-1.68David Peter
2023-03-14Print non-printable characters using caret notation (#2443)einfachIrgendwer0815
2023-03-14Fix clippy warnings with Rust 1.68Martin Nordholts
2022-09-10Revert "Remove code that tries to handle ANSI escape inputs"Martin Nordholts
2022-09-04Fix clippy suggestionsDavid Peter
2022-08-29Remove code that tries to handle ANSI escape inputs (#2189)Martin Nordholts
2022-03-06correctly handle multiple tabs in one linePatrick Hilhorst
2022-03-06Correctly render tab stopsPatrick Hilhorst
2020-12-19replace_nonprintable: Keep \n aroundMartin Nordholts
2020-07-09Switch to "·" (U+00B7) Middle Dot from "•" (U+2022) BulletDash Peters
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Fix some clippy lintsLzu Tao
2019-08-31Handle non-unicode characters in the preprocessorsharkdp
2018-11-01Fix `--show-all` for UTF-16 encodingsharkdp
2018-11-01Display line-feed as instead ofsharkdp
2018-11-01Use `↹` character if tab-width == 1.sharkdp
2018-11-01Feature: Highlight non-printable characterssharkdp
2018-09-11Fixed tab expansion not working in --wrap=never mode.eth-p
2018-09-11Moved tab expansion to happen after syntax highlighting.eth-p
2018-09-10Added tab expansion preprocessing step.eth-p