1CursesW.intrFlush(3kaya)     Kaya module reference    CursesW.intrFlush(3kaya)
2
3
4

NAME

6       CursesW::intrFlush - Enable or disable interrupt flushing
7

SYNOPSIS

9       Void intrFlush( Window win, Bool bf )
10

ARGUMENTS

12       win  The  window to apply to (in ncurses, this argument is ignored: use
13       CursesW.stdscr (3kaya) )
14
15       bf Whether interrupt flushing should be enabled.
16

DESCRIPTION

18       Enable or disable interrupt flushing. If this is enabled, then all out‐
19       put  in  the  terminal  driver  will be flushed when an interrupt (e.g.
20       break) is received, giving an apparent faster response, but causing the
21       curses library to not know what is currently on-screen.
22

AUTHORS

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

LICENSE

28       The Kaya standard library is free software;  you  can  redistribute  it
29       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
30       License (version 2.1 or any later version) as  published  by  the  Free
31       Software Foundation.
32
33
34
35Kaya                             December 2010        CursesW.intrFlush(3kaya)
Impressum