1CursesW.noTimeout(3kaya) Kaya module reference CursesW.noTimeout(3kaya)
2
3
4
6 CursesW::noTimeout - Disable escape sequence timeout
7
9 Void noTimeout( Window win, Bool bf )
10
12 win The window to apply to
13
14 bf Whether to disable timeouts on escape sequences
15
17 If escape sequence timeouts are enabled, then curses will timeout and
18 return the raw characters if a partial escape sequence has too much
19 delay before the next character. This is usually useful, but may be
20 inconvenient where users are manually entering escape sequences.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya December 2010 CursesW.noTimeout(3kaya)