1CursesW.rawMode(3kaya) Kaya module reference CursesW.rawMode(3kaya)
2
3
4
6 CursesW::rawMode - Enable or disable raw mode
7
9 Void rawMode( Bool enable )
10
12 enable True to enable, false to disable
13
15 Raw mode is similar to cbreak mode, but when enabled interrupt, quit,
16 suspend and flow control characters are passed straight through to the
17 program rather than generating signals.
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 CursesW.cbreakMode (3kaya)
31
32
33
34Kaya December 2010 CursesW.rawMode(3kaya)