1Curses.getChar(3kaya) Kaya module reference Curses.getChar(3kaya)
2
3
4
6 Curses::getChar - Get a character
7
9 Char getChar( )
10
12 Get the next input character. If the screen has been modified, then
13 Curses.refresh (3kaya) will automatically be called first.
14
16 Kaya standard library by Edwin Brady, Chris Morris and others
17 (kaya@kayalang.org). For further information see http://kayalang.org/
18
20 The Kaya standard library is free software; you can redistribute it
21 and/or modify it under the terms of the GNU Lesser General Public
22 License (version 2.1 or any later version) as published by the Free
23 Software Foundation.
24
26 Curses.getStr (3kaya)
27 Curses.mvgetChar (3kaya)
28 Curses.wmvgetChar (3kaya)
29 Curses.refresh (3kaya)
30 Curses.ungetChar (3kaya)
31 Curses.wgetChar (3kaya)
32
33
34
35Kaya December 2010 Curses.getChar(3kaya)