1Curses.noDelay(3kaya)        Kaya module reference       Curses.noDelay(3kaya)
2
3
4

NAME

6       Curses::noDelay - Enable non-blocking input
7

SYNOPSIS

9       Void noDelay( Window win, Bool bf )
10

ARGUMENTS

12       win The window to apply to
13
14       bf Whether Curses.wgetch (3kaya) will wait for input.
15

DESCRIPTION

17       Enable  or  disable non-blocking input. If this is enabled and no input
18       is waiting, then Curses.getch (3kaya) will return ERR (probably -1). If
19       it  is  disabled,  then  getch  will wait for input. This function does
20       nothing on Windows
21

AUTHORS

23       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
24       (kaya@kayalang.org). For further information see http://kayalang.org/
25

LICENSE

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
33       Curses.halfDelay (3kaya)
34
35
36
37Kaya                             December 2010           Curses.noDelay(3kaya)
Impressum