Function libnotcurses_sys::c_api::nctabbed_set_separator
source · pub unsafe extern "C" fn nctabbed_set_separator(
nt: *mut nctabbed,
separator: *const c_char
) -> c_intExpand description
Change the tab separator for ‘nt’. Returns -1 if ‘separator’ is not NULL and is not a valid string, and 0 otherwise.