TERM

Man Page Index


Description
On Unix, this variable should be set to your terminal type as defined by the UNIX terminfo database.
On Windows, it should be set to a value in any of the directories under %JBCRELEASEDIR%\misc\.
See also the documentation for terminal support.

Values
On Unix, any valid terminfo database entry.
On Windows, any file name (up to the underscore) in the directories under %JBCRELEASEDIR%\misc\. Additional terminal definitions can be created using the jtic command.

Default
On Unix, the default depends upon your system and how it has been set up.

Setting
Normal environment variable, so it can be set at any time by the commands:

Unix
TERM=vt220
export TERM

Windows
set TERM=vt220


ENV