Copyright Digital Equipment Corp. All rights reserved.

box

   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 available:

Arguments       Description     Return_Values