svn commit: r203638 - stable/8/games/fortune/datfiles
Gavin Atkinson
gavin at FreeBSD.org
Sun Feb 7 21:04:26 UTC 2010
Author: gavin
Date: Sun Feb 7 21:04:26 2010
New Revision: 203638
URL: http://svn.freebsd.org/changeset/base/203638
Log:
Merge r202115 from head:
Our standard "xterm" termcap entry supports colour, so this tip is redundant.
As it happens, "xterm-color" has just been an alias for "xterm" since
src/share/termcap/termcap.src 1.131 in September 2002.
PR: docs/132959
Modified:
stable/8/games/fortune/datfiles/freebsd-tips
Directory Properties:
stable/8/games/fortune/ (props changed)
stable/8/games/fortune/datfiles/ (props changed)
Modified: stable/8/games/fortune/datfiles/freebsd-tips
==============================================================================
--- stable/8/games/fortune/datfiles/freebsd-tips Sun Feb 7 20:48:57 2010 (r203637)
+++ stable/8/games/fortune/datfiles/freebsd-tips Sun Feb 7 21:04:26 2010 (r203638)
@@ -50,18 +50,6 @@ If you are in the C shell and have just
be able to run it unless you first type "rehash".
-- Dru <genesis at istar.ca>
%
-If you are running xterm, the default TERM variable will be 'xterm'. If you
-set this environment variable to 'xterm-color' instead, a lot of programs will
-use colors. You can do this by
-
- TERM=xterm-color; export TERM
-
-in Bourne-derived shells, and
-
- setenv TERM xterm-color
-
-in csh-derived shells.
-%
If you do not want to get beeps in X11 (X Windows), you can turn them off with
xset b off
More information about the svn-src-stable-8
mailing list