Function ratatui_pixel_height

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

Returns the height of the pixel buffer in pixels (rows * cell_height).

Returns 0 if handle is null.