forked from PsychoticNinja/irssi
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:
parent
93f102213b
commit
7ab31e5799
@ -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?
|
Q: Why does irssi crash when pressing Ctrl-4?
|
||||||
A: Most unices are usually configured to send SIGQUIT to active process when
|
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
|
Ctrl-\ is pressed. Some terminals also treat Ctrl-4 and Ctrl-\ equally, so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user