render_sidebar

Function render_sidebar 

Source
pub fn render_sidebar(diff: &CodeDiff, area: Rect, buf: &mut Buffer)
Expand description

Renders the sidebar file tree.

ยงArguments

  • diff - The CodeDiff instance
  • area - The area to render the sidebar in
  • buf - The buffer to render to