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

Turn on window attributes, without affecting other attributes.