The INFORMIXTERM environment variable specifies whether DB–Access should use the information in the termcap file or the terminfo directory.
On character-based systems, the termcap file and terminfo directory determine terminal-dependent keyboard and screen capabilities, such as the operation of function keys, color and intensity attributes in screen displays, and the definition of window borders and graphic characters.
>>-setenv--INFORMIXTERM--+-termcap--+-------------------------->< '-terminfo-'
If INFORMIXTERM is not set, the default setting is termcap. When DB–Access is installed on your system, a termcap file is placed in the etc subdirectory of $INFORMIXDIR. This file is a superset of an operating-system termcap file.
You can use the termcap file that the database server supplies, the system termcap file, or a termcap file that you create. You must set the TERMCAP environment variable if you do not use the default termcap file. For information on setting the TERMCAP environment variable, see page TERMCAP (UNIX).
The terminfo directory contains a file for each terminal name that has been defined. The terminfo setting for INFORMIXTERM is supported only on computers that provide full support for the UNIX System V terminfo library. For details, see the machine notes file for your product.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]