1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

added "why don't colors work"

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1432 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-31 00:57:18 +00:00 committed by cras
parent 93f102213b
commit 7ab31e5799

View File

@ -1,3 +1,9 @@
Q: Why doesn't irssi display colors even when ircii etc. displays them?
A: Irssi uses curses, ircii and others don't (no, not even if ldd says they
use it). Curses decides if terminal supports colors based on the TERM
variable, so changing it should help. Some values to try when running
in xterm are: xterm, xterm-color and color_xterm.
Q: Why does irssi crash when pressing Ctrl-4?
A: Most unices are usually configured to send SIGQUIT to active process when
Ctrl-\ is pressed. Some terminals also treat Ctrl-4 and Ctrl-\ equally, so