pub fn format_diff_terminal(diff: &ContentDiff) -> StringExpand description
Render a ContentDiff as a colour terminal string.
Added lines are prefixed with + in green, removed with - in red,
modified show both old (-) and new (+) lines. Context lines are dimmed.