Function libnotcurses_sys::ffi::nctabbed_set_separator[][src]

pub unsafe extern "C" fn nctabbed_set_separator(
    nt: *mut nctabbed,
    separator: *const c_char
) -> c_int
Expand description

Change the tab separator for ‘nt’. Returns -1 if ‘separator’ is not NULL and is not a valid string, and 0 otherwise.