Jump to content

TERMCAP

From EDM2

TERMCAP defines the terminal capability file for applications that use the EMX runtime environment. The termcap file stores all the settings needed for a specific terminal type. The terminal type is set up by the TERM variable.

SET TERMCAP=<path>
Example
SET TERMCAP=C:/emx/etc/termcap.dat

note: You must use a UNIX-like forward-slash as a directory separator!

Value can be any full path. Relative paths are not allowed.