forked from PsychoticNinja/ailin-nemui-irssi
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1037 dbcabf3a-b0e7-0310-adc4-f8d773084564
6 lines
350 B
Plaintext
6 lines
350 B
Plaintext
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
|