1Curses.endWin(3kaya) Kaya module reference Curses.endWin(3kaya)
2
3
4
6 Curses::endWin - End curses windowing
7
9 Void endWin( )
10
12 End curses windowing. This should always be called before the program
13 exits, regardless of the cause of the exit.
14
15 Note that the Curses library changes the buffering of standard output,
16 and so functions such as Prelude.putStr (3kaya) will not always work as
17 expected. If you need to output further text after Curses windowing is
18 ended but before the program finishes, and it is important that this
19 text is immediately visible, then use IO.flush (3kaya) on stdout
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 Curses.initscr (3kaya)
33
34
35
36Kaya December 2010 Curses.endWin(3kaya)