Fixed the terminal not fully functional error
[utio.git] / README
blob610a2d3ed8517fb27ab7d11f00c247965630eb47
1                 -----------------------------
2                  Useful Terminal I/O Library
3                 -----------------------------
5 1. Overview
7 utio is an alternative (to curses) implementation for terminfo-described
8 terminal access.
11 2. Compilation
13 You will need the uSTL library 0.8 or later to compile utio.
14 uSTL can be downloaded from http://sourceforge.net/projects/ustl
16 ./configure --help will list available configuration options.
18 % ./configure
19 % make
20 % make install
22 Optionally, if you have doxygen, you can build a reference manual with:
24 % make dox
26 Running utio applications requires the terminfo database. No, termcap
27 is not the same as terminfo; the latter is a collection of binary
28 files under /usr/share/terminfo. No, files under /usr/share/tabset
29 on BSD systems are not terminfo files either.
31 3. Usage
33 See docs/index.html for API description.
36 4. Bug reporting
38 Use the bug trackers at http://sourceforge.net/projects/utio