1Curses.ungetChar(3kaya) Kaya module reference Curses.ungetChar(3kaya)
2
3
4
6 Curses::ungetChar - Unget a character
7
9 Void ungetChar( Char c )
10
12 c The character to unget
13
15 Unget a character. This character will then be the next character
16 returned by a call to Curses.getChar (3kaya)
17
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.getChar (3kaya)
31 Curses.mvgetChar (3kaya)
32 Curses.wmvgetChar (3kaya)
33 Curses.wgetChar (3kaya)
34
35
36
37Kaya December 2010 Curses.ungetChar(3kaya)