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

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