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

NAME

       Curses::endWin - End curses windowing

SYNOPSIS

       Void endWin( )

DESCRIPTION

       End  curses  windowing. This should always be called before the program exits, regardless of the cause of
       the exit.

       Note that the Curses library changes  the  buffering  of  standard  output,  and  so  functions  such  as
       Prelude.putStr  (3kaya) will not always work as expected. If you need to output further text after Curses
       windowing is ended but before the program finishes, and it is important that  this  text  is  immediately
       visible, then use IO.flush (3kaya) on stdout

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.

RELATED

       Curses.initscr (3kaya)

Kaya                                                July 2013                               Curses.endWin(3kaya)