CLISH  0.7.3
Modules
"Tiny Readline Library"

Modules

 history
 This class handles the maintenance of a historical list of command lines.
 
 tinyrl
 This class provides instances which are capable of handling user input from a CLI in a "readline" like fashion.
 
 vt100
 A simple class for controlling and interacting with a VT100 compatible terminal.
 

Detailed Description

This library provides a simple replacement of the "readline" functionality.

The readline interface and implementation has some fundamental flaws when it comes to try and run it within a single memory space envrioment. e.g. vxWorks