diff options
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 9 |
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> |