Skip to main content

build_sectioned_grid

Function build_sectioned_grid 

Source
pub fn build_sectioned_grid(
    entries: &[KeybindingEntry],
    user_entry_count: usize,
    available_width: usize,
) -> KeybindingGrid
Expand description

Lay out user entries first, followed by a blank row that the UI renders as a separator, then the remaining built-in entries.