2001-01-01 08:20:29 -05:00
|
|
|
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
|
|
|
|
Irssi will die to SIGQUIT. Two ways to fix this: change it to something
|
|
|
|
else with stty (stty quit undef) or in irssi /SET ignore_signals quit
|
2001-01-01 08:20:43 -05:00
|
|
|
|
|
|
|
Q: Where's the GUI version?
|
|
|
|
A: Read http://irssi.org/?page=about
|
2001-01-06 16:58:43 -05:00
|
|
|
|
|
|
|
Q: How do I easily write text to channel that starts with '/' character?
|
|
|
|
A: / /text
|