1Curses.box(3kaya)            Kaya module reference           Curses.box(3kaya)
2
3
4

NAME

6       Curses::box - Draw a box border on a window
7

SYNOPSIS

9       Void box( Window w, Char v=' ', Char h=' ' )
10

ARGUMENTS

12       w The window to draw a box border on
13
14       v  The  character to use on the vertical sides (the default, '\0', uses
15       the curses default)
16
17       h The character to use on the horizontal sides (the default, '\0', uses
18       the curses default)
19

DESCRIPTION

21       Draw a box border around the edges of the specified window
22

AUTHORS

24       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
25       (kaya@kayalang.org). For further information see http://kayalang.org/
26

LICENSE

28       The Kaya standard library is free software;  you  can  redistribute  it
29       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
30       License (version 2.1 or any later version) as  published  by  the  Free
31       Software Foundation.
32
33
34
35Kaya                             December 2010               Curses.box(3kaya)
Impressum