[][src]Function ncursesw::box

pub fn box(
    handle: WINDOW,
    verch: ChtypeChar,
    horch: ChtypeChar
) -> Result<(), NCurseswError>

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