pub fn setcchar<A, P, T>(
    ch: char,
    attrs: &A,
    color_pair: &P
) -> Result<ComplexChar, NCurseswError> where
    A: AttributesType<T>,
    P: ColorPairType<T>,
    T: ColorAttributeTypes
Expand description

Sets a complex character from a character and rendition.