pub fn box_set(
    handle: WINDOW,
    verch: ComplexChar,
    horch: ComplexChar
) -> Result<(), NCurseswError>
Expand description

Similar to border_set(), but both ls and rs are vertch and both ts and bs are horch. The default corner characters are always used by this function.