ncurses_border Draw a border around the screen using attributed characters &reftitle.description; intncurses_border intleft intright inttop intbottom inttl_corner inttr_corner intbl_corner intbr_corner &warn.experimental.func; Draws the specified lines and corners around the main window. Use ncurses_wborder for borders around subwindows! &reftitle.parameters; Every parameter expects 0 to draw a line or 1 to skip it. left right top bottom tl_corner Top left corner tr_corner Top right corner bl_corner Bottom left corner br_corner Bottom right corner &reftitle.seealso; ncurses_wborder