Useful Terminal IO Library

Useful Terminal IO library is a C++ alternative to ncurses for working with terminfo-defined terminals.
Download

Useful Terminal IO Library Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Mike Sharov
  • Publisher web site:

Useful Terminal IO Library Tags


Useful Terminal IO Library Description

Useful Terminal IO library is a C++ alternative to ncurses for working with terminfo-defined terminals. The Useful Terminal I/O library is a C++ alternative to ncurses for working with terminfo-defined terminals. Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.Installation: ./configure make make install./configure --help lists configuration options, like setting an installation path other than /usr/local. To use the library, include utio.h and link with -lutio. Look at the example programs in the demo directory to start with something that is known to work.Requirements:· gcc compiler with C++ support. Version 3 or later is highly recommended.· POSIX-compatible libc. Anything made in the last 5 years should work.· The uSTL library version 0.6 or higher.· The terminfo database. In ncurses package, if your distribution doesn't provide it. Requirements: · gcc compiler with C support. Version 3 or later is highly recommended. · POSIX-compatible libc. Anything made in the last 5 years should work. · The uSTL library version 0.6 or higher. · The terminfo database. In ncurses package, if your distribution doesn't provide it.


Useful Terminal IO Library Related Software