Enable non-blocking input
Void noDelay( Window win, Bool bf )
win The window to apply to
bf Whether CursesW.wgetch (3kaya) will wait for input.
Enable or disable non-blocking input. If this is enabled and no input is waiting, then CursesW.getch (3kaya) will return ERR (probably -1). If it is disabled, then getch will wait for input. This function does nothing on Windows
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
CursesW.halfDelay (3kaya)