Kayurses.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Kayurses - High-level Curses functions

DESCRIPTION

This module contains high-level functions for setting up basic interactive Curses(3kaya) applications, without requiring deep familiarity with the Curses API. It also provides useful convenience functions for those familiar with the API.

Historically this module provided a cross-platform interface to ncurses and pdcurses, but the Curses module is now fully cross-platform itself. Programs importing Kayurses should also import Curses.

TYPE SYNONYMS

ColourName = Int

DATA TYPES

Kayurses.WeightName(3kaya)

FUNCTIONS

Kayurses.clearScreen(3kaya)

Kayurses.endScreen(3kaya)

Kayurses.hideCursor(3kaya)

Kayurses.printAt(3kaya)

Kayurses.printAtColour(3kaya)

Kayurses.readChar(3kaya)

Kayurses.showCursor(3kaya)

Kayurses.startScreen(3kaya)

Kayurses.updateScreen(3kaya)

Kayurses.waitChar(3kaya)

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.