Mention new termcap and TERM=xterm-color -> xterm issue.

This commit is contained in:
Jens Schweikhardt 2002-08-28 19:34:49 +00:00
parent f3a6cbb651
commit c2248fa21b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102536

View File

@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
integrity. Re-enabling write caching can substantially improve
performance.
20020827:
Our /etc/termcap now has all the entries from the XFree86 xterm
almost unchanged. This means xterm now supports color by default.
If you used TERM=xterm-color in the past you now should use
TERM=xterm. (xterm-color will lead to benign warnings).
20020815:
A "bug" in gcc(1) that was hiding warning in system headers was
fixed. It's probably time to add -DNO_WERROR to your make line