Function libnotcurses_sys::ncreel_create[][src]

pub unsafe extern "C" fn ncreel_create(
    n: *mut ncplane,
    popts: *const ncreel_options
) -> *mut ncreel
Expand description

Take over the ncplane ‘nc’ and use it to draw a reel according to ‘popts’. The plane will be destroyed by ncreel_destroy(); this transfers ownership.