You are looking at historical revision 31223 of this page. It may differ significantly from its current revision.

termbox

Description

Library for writing text-based user interfaces.

Author

Richard van Roy (pluizer)

Requirements

none

Documentation

Initialisation

Initializes the termbox library. This function should be called before any other functions. After successful initialization, the library must be finalized using the ``(shutdown)`` function.

[procedure] (init)
[procedure] (shutdown)