Function libnotcurses_sys::c_api::nctab_set_name
source · pub unsafe extern "C" fn nctab_set_name(
t: *mut nctab,
newname: *const c_char
) -> c_intExpand description
Change the name of ‘t’. Returns -1 if ‘newname’ is NULL, and 0 otherwise.