Function libnotcurses_sys::ffi::nctabbed_rotate [−][src]
pub unsafe extern "C" fn nctabbed_rotate(nt: *mut nctabbed, amt: c_int)
Expand description
Rotate the tabs of ‘nt’ right by ‘amt’ tabs, or ‘-amt’ tabs left if ‘amt’ is negative. Tabs are rotated only by changing the leftmost tab; the selected tab stays the same. If there are no tabs, nothing happens.