Home | Previous Page | Next Page   Environment Variables > Environment Variables >

TERMINFO (UNIX)

The TERMINFO environment variable is used for terminal handling.

The environment variable is supported only on platforms that provide full support for the terminfo libraries that System V and Solaris UNIX systems provide.

Read syntax diagramSkip visual syntax diagram>>-setenv--TERMINFO--/usr/lib/terminfo-------------------------><
 

TERMINFO tells DB–Access to communicate with the terminfo directory instead of the termcap file. The terminfo directory has subdirectories that contain files that pertain to terminals and their characteristics.

To set TERMINFO, enter the following command:

setenv    TERMINFO   /usr/lib/terminfo

If you set the TERMINFO environment variable, you must also set the INFORMIXTERM environment variable to terminfo.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]