From 0c48fff77e7ac6e373bfb378f19fd493d40e6721 Mon Sep 17 00:00:00 2001
From: Timo Sirainen
Date: Sun, 17 Mar 2002 02:14:56 +0000
Subject: [PATCH] show how to change TERM
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2626 dbcabf3a-b0e7-0310-adc4-f8d773084564
---
docs/faq.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/faq.html b/docs/faq.html
index d4d2dcac..fa6362a2 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -3,10 +3,11 @@
Q: Why doesn't irssi display colors even when ircii etc. displays them?
A: They force ANSI colors even if terminal doesn't support them. By
-default, irssi uses colors only if terminfo/termcap so says. The correct way
-to fix this would be to change your TERM environment to a value where colors
-work, like xterm-color or color_xterm. If this doesn't help, then use the
-evil way of /SET term_force_colors ON
.
+default, irssi uses colors only if terminfo/termcap so says. The correct
+way to fix this would be to change your TERM environment to a value where
+colors work, like xterm-color or color_xterm (eg. TERM=xterm-color
+irssi
). If this doesn't help, then use the evil way of /SET
+term_force_colors ON
.
Q: How do I easily write text to channel that starts with '/' character?