box
#undef box
box(WINDOW *win, _ochtype v, _ochtype h)
box(WINDOW *win, chtype v, chtype h)
#define box(w,v,h) wborder(w,v,v,h,h,0,0,0,0)
#undef box
box(WINDOW *w, chtype v, chtype h)
#define box(w, v, h) \
#undef box
box(WINDOW *w, chtype v, chtype h)
box(WINDOW *win, char vert, char hor)
typedef struct box {