Function libnotcurses_sys::ffi::ncpile_render_to_file [−][src]
pub unsafe extern "C" fn ncpile_render_to_file(
p: *mut ncplane,
fp: *mut FILE
) -> c_int
Expand description
Write the last rendered frame, in its entirety, to ‘fp’. If notcurses_render() has not yet been called, nothing will be written.