pub fn cycle_pkgbuild_view_section(app: &mut AppState)Expand description
What: Advance the PKGBUILD viewer to the next section (body, ShellCheck, Namcap) and align scroll.
Inputs:
app: Mutable application state (pkgb_visibleshould be true when the user triggers this).
Output:
- Updates
pkgb_section_cycleandpkgb_scrollinapp.
Details:
- Forwards into the details-pane PKGBUILD renderer so event handlers do not reach into private
detailssubmodules directly.