From 191eb488de3c7c24afecc7d659b15ebf9971a6f3 Mon Sep 17 00:00:00 2001 From: gavin Date: Mon, 11 Jan 2010 21:17:49 +0000 Subject: 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 Approved by: ed (mentor) --- games/fortune/datfiles/freebsd-tips | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'games') diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index c9a2ed6..1b08443 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -50,18 +50,6 @@ If you are in the C shell and have just installed a new program, you won't be able to run it unless you first type "rehash". -- Dru % -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 -- cgit v1.1