1Kayurses(3kaya) Kaya module reference Kayurses(3kaya)
2
3
4
6 Kayurses - High-level Curses functions
7
9 This module contains high-level functions for setting up basic interacā
10 tive Curses(3kaya) applications, without requiring deep familiarity
11 with the Curses API. It also provides useful convenience functions for
12 those familiar with the API.
13
14 Historically this module provided a cross-platform interface to ncurses
15 and pdcurses, but the Curses module is now fully cross-platform itself.
16 Programs importing Kayurses should also import Curses.
17
19 ColourName = Int
21 Kayurses.WeightName (3kaya)
23 Kayurses.clearScreen (3kaya)
24 Kayurses.endScreen (3kaya)
25 Kayurses.hideCursor (3kaya)
26 Kayurses.printAt (3kaya)
27 Kayurses.printAtColour (3kaya)
28 Kayurses.readChar (3kaya)
29 Kayurses.showCursor (3kaya)
30 Kayurses.startScreen (3kaya)
31 Kayurses.updateScreen (3kaya)
32 Kayurses.waitChar (3kaya)
34 Kaya standard library by Edwin Brady, Chris Morris and others
35 (kaya@kayalang.org). For further information see http://kayalang.org/
37 The Kaya standard library is free software; you can redistribute it
38 and/or modify it under the terms of the GNU Lesser General Public
39 License (version 2.1 or any later version) as published by the Free
40 Software Foundation.
41
42
43
44Kaya December 2010 Kayurses(3kaya)