Function libnotcurses_sys::ffi::ncpile_rasterize [−][src]
pub unsafe extern "C" fn ncpile_rasterize(n: *mut ncplane) -> c_int
Expand description
Make the physical screen match the last rendered frame from the pile of which ‘n’ is a part. This is a blocking call. Don’t call this before the pile has been rendered (doing so will likely result in a blank screen).