Function ratatui_root_area

Source
#[no_mangle]
pub extern "C" fn ratatui_root_area(_handle: *const c_void) -> u32
Expand description

Returns the id of the root area, which always covers the whole terminal.

The root id is the constant 0; this getter exists for symmetry with the host-side area API.