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

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