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

Turn off window attributes, without affecting other attributes.