Function libnotcurses_sys::ffi::nctab_set_name[][src]

pub unsafe extern "C" fn nctab_set_name(
    t: *mut nctab,
    newname: *const c_char
) -> c_int
Expand description

Change the name of ‘t’. Returns -1 if ‘newname’ is NULL, and 0 otherwise.