Provided by: libkaya-ncurses-dev_0.4.4-6ubuntu3_amd64 bug

NAME

       Curses::intrFlush - Enable or disable interrupt flushing

SYNOPSIS

       Void intrFlush( Window win, Bool bf )

ARGUMENTS

       win The window to apply to (in ncurses, this argument is ignored: use Curses.stdscr (3kaya) )

       bf Whether interrupt flushing should be enabled.

DESCRIPTION

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

AUTHORS

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

LICENSE

       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.

Kaya                                                July 2013                            Curses.intrFlush(3kaya)