Merge branch 'master' into comment-cache
[emacs.git] / etc / e / README
blobdd2c8d64e25c719728146b5942fa6412ccb05632
1 eterm-color.ti is a terminfo source file.  eterm-color is a compiled
2 version produced by the terminfo compiler (tic).  The compiled files
3 are binary, and depend on the version of tic, but they seem to be
4 system-independent and backwardly compatible.  So there should be no
5 need to recompile the distributed binary version.  If it is
6 necessary, use:
8 tic -o ../ ./eterm-color.ti
10 The compiled file is used by lisp/term.el, so if it is moved term.el
11 needs to be changed.  terminfo requires it to be stored in an 'e'
12 subdirectory (the first character of the file name).