ncreel_create

Function ncreel_create 

Source
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.