1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

show how to change TERM

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2626 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-17 02:14:56 +00:00 committed by cras
parent 0a02833d0e
commit 0c48fff77e

View File

@ -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>