mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
first new version of faq
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1037 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1e9b5a55b1
commit
4a8505f09f
5
docs/faq.txt
Normal file
5
docs/faq.txt
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user