Void box(Window w, Char v='\0', Char h='\0')
Arguments
w: The window to draw a box border onv: The character to use on the vertical sides (the default, '\0', uses the curses default)h: The character to use on the horizontal sides (the default, '\0', uses the curses default)
Usage
Draw a box border around the edges of the specified window