[][src]Function ncursesw::wborder

pub fn wborder(
    handle: WINDOW,
    ls: ChtypeChar,
    rs: ChtypeChar,
    ts: ChtypeChar,
    bs: ChtypeChar,
    tl: ChtypeChar,
    tr: ChtypeChar,
    bl: ChtypeChar,
    br: ChtypeChar
) -> 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