Skip to main content

render

Function render 

Source
pub fn render(app: &mut App, frame: &mut Frame<'_>, area: Rect)
Expand description

Render the diff pane — shows colored hunks when a diff is selected, or a placeholder message when nothing is selected.

When the current commit has more than one changed file, the area is split horizontally into a file-list sidebar on the left and the diff content on the right, matching the GUI’s “Files” panel.