1Curses.newlineMode(3kaya) Kaya module reference Curses.newlineMode(3kaya)
2
3
4
6 Curses::newlineMode - Enable or disable return key to newline transla‐
7 tion
8
10 Void newlineMode( Bool enable )
11
13 enable True to enable, false to disable
14
16 Enable or disable return key to newline translation. Disabling this
17 allows the return key to be detected as a separate key, and may be
18 slightly more efficient, but possibly less convenient.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 Curses.newlineMode(3kaya)