Jump to content

TERMCAP

From EDM2
Revision as of 14:45, 13 November 2017 by Ak120 (talk | contribs) (Created page with "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 typ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.