summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.rs
AgeCommit message (Expand)Author
2021-04-19wrap-max-lines to 1, so 0 can mean no limitThomas Otto
2021-04-19Add CLI for side-by-side line wrapping, and coalesce the two side-by-side fea...Dan Davison
2021-04-19Add side-by-side line wrapping modeThomas Otto
2021-04-19Fix right panel background extending beyond the truncation symbolThomas Otto
2021-04-19Add line number width calculationThomas Otto
2021-04-19General left/right panel data structureThomas Otto
2020-12-31Display line number in hunk header, even with line-numbers activeDan Davison
2020-12-05Pass pre-painted prefix as OptionDan Davison
2020-12-05Pass pre-painted prefixDan Davison
2020-12-03Disable some clippy warnings (#422)Dan Davison
2020-11-22use push() instead of push_str() for single char (#394)Marco Ieni
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison