tclterm: A terminal handling library for TCL
Tclterm provides a thin layer over termcap/terminfo, and allows you to do
basic terminal capabilities such as:
- Visual bell
- Cursor movment
- Raw input
- Colors and Attributes
- Terminal size identification
- More...
This package adds the new command term.
This command has many subcommands that actually implement the functionality
of the terminal wrapper. You can get a list of those commands by using the
term help command.
An example script is included to help with usage.
Download the package here
This program requires libishiboo to build.
Back.