Function libnotcurses_sys::ffi::ncdirect_putstr [−][src]
pub unsafe extern "C" fn ncdirect_putstr(
nc: *mut ncdirect,
channels: u64,
utf8: *const c_char
) -> c_int
Expand description
Output the string |utf8| according to the channels |channels|. Note that ncdirect_putstr() does not explicitly flush output buffers, so it will not necessarily be immediately visible.