[][src]Function ncursesw::wborder_set

pub fn wborder_set(
    handle: WINDOW,
    ls: ComplexChar,
    rs: ComplexChar,
    ts: ComplexChar,
    bs: ComplexChar,
    tl: ComplexChar,
    tr: ComplexChar,
    bl: ComplexChar,
    br: ComplexChar
) -> Result<(), NCurseswError>

Draw a border around the edges of the window. Each parameter specifies the character to use for a specific part of the border.

See the table below for more details.

ls : Left side rs : Right side ts : Top bs : Bottom tl : Upper-left corner tr : Upper-right corner bl : Bottom-left corner br : Bottom-right corner