.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "CursesW.endWin" "3kaya" "October 2012" "Kaya" "Kaya module reference" .SH "NAME" CursesW::endWin \- End curses windowing .SH "SYNOPSIS" .B Void endWin( \fI\fP .B ")" .SH "DESCRIPTION" .PP End curses windowing. This should always be called before the program exits, regardless of the cause of the exit. .PP Note that the Curses library changes the buffering of standard output, and so functions such as .B "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 .B "IO.flush"(3kaya) on stdout .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH 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. .SH "RELATED" .PD 0 .PP .B "CursesW.initscr"(3kaya) .PD 0.4v