1Curses.waddStr(3kaya) Kaya module reference Curses.waddStr(3kaya)
2
3
4
6 Curses::waddStr - Print a string in a window
7
9 Void waddStr( Window win, String s )
10
12 win The window to print within
13
14 str The string to print
15
17 Print a string at the current cursor position in the specified window.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Curses.addStr (3kaya)
31
32
33
34Kaya December 2010 Curses.waddStr(3kaya)