Was this helpful?
Set TERM_INGRES
The TERM_INGRES environment variable defines the terminal type you are using. You can enter a value for the TERM_INGRES environment variable in response to a prompt during installation or prior to running the install program.
To set TERM_INGRES
Enter the following command at the operating system prompt:
% setenv TERM_INGRES Ingres_terminaltype
For example, the following command defines your terminal as a VT100.
For C shell:
% setenv TERM_INGRES vt100
For Bourne shell:
$ TERM_INGRES=vt100; export TERM_INGRES
Last modified date: 11/28/2023