pub fn border_set(
    ls: ComplexChar,
    rs: ComplexChar,
    ts: ComplexChar,
    bs: ComplexChar,
    tl: ComplexChar,
    tr: ComplexChar,
    bl: ComplexChar,
    br: ComplexChar
) -> Result<(), NCurseswError>
Expand description

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