summaryrefslogtreecommitdiff
path: root/docs/faq.html
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-03-17 02:14:56 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-03-17 02:14:56 +0000
commit0c48fff77e7ac6e373bfb378f19fd493d40e6721 (patch)
tree577140d10befcca4413fbf5252a29788a9529caf /docs/faq.html
parent0a02833d0e566683166e13519b246fc40a3fc74d (diff)
downloadirssi-0c48fff77e7ac6e373bfb378f19fd493d40e6721.zip
show how to change TERM
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2626 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.html')
-rw-r--r--docs/faq.html9
1 files 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 @@
<h3>Q: Why doesn't irssi display colors even when ircii etc. displays them?</h3>
<p>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 <code>/SET term_force_colors ON</code>.</p>
+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. <code>TERM=xterm-color
+irssi</code>). If this doesn't help, then use the evil way of <code>/SET
+term_force_colors ON</code>.</p>
<h3>Q: How do I easily write text to channel that starts with '/' character?</h3>