Draws a box around the window using the character vert as the
character for drawing the vertical lines of the rectangle, and
hor for drawing the horizontal lines of the rectangle.
Format
#include <curses.h>
int box (WINDOW *win, char vert, char hor);
Additional Information:
explode
extract