[][src]Function ncursesw::wattr_on

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

Turn on window attributes, without affecting other attributes.