mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
5 lines
350 B
Text
5 lines
350 B
Text
|
|
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
|