pub fn render_full_diff(
current: &Buffer,
next: &Buffer,
output: &mut Vec<u8>,
state: &mut DiffState,
) -> DiffResultExpand description
Perform a full buffer diff (convenience function).
This diffs the entire buffer without dirty rect optimization.