mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue