pub fn mvchgat<A, P, T>(
    origin: Origin,
    number: i32,
    attrs: A,
    color_pair: P
) -> Result<(), NCurseswError> where
    A: AttributesType<T>,
    P: ColorPairType<T>,
    T: ColorAttributeTypes
Expand description

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