[][src]Function ncursesw::attr_off

pub fn attr_off<A, T>(attrs: A) -> Result<(), NCurseswError> where
    A: AttributesType<T>,
    T: ColorAttributeTypes

Equivalent of wattr_off() using stdscr() as window handle.