Skip to main content

run_inline_with

Function run_inline_with 

Source
pub fn run_inline_with(
    height: u32,
    config: RunConfig,
    f: impl FnMut(&mut Context),
) -> Result<()>
Expand description

Run the TUI in inline mode with custom configuration.

Like run_inline, but accepts a RunConfig to control tick rate, mouse support, and theming.