1Curses.box(3kaya) Kaya module reference Curses.box(3kaya)
2
3
4
6 Curses::box - Draw a box border on a window
7
9 Void box( Window w, Char v=' ', Char h=' ' )
10
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
21 Draw a box border around the edges of the specified window
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
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)