summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-01 13:20:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-01 13:20:29 +0000
commit4a8505f09f98a1eaaeed5c12142db55d5f149de6 (patch)
treeca0ea7dca641d7d324e7d7338e7fe1ce85044207 /docs
parent1e9b5a55b1c8c284082f8320795d9e59aa2c43ed (diff)
downloadirssi-4a8505f09f98a1eaaeed5c12142db55d5f149de6.zip
first new version of faq
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1037 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
new file mode 100644
index 00000000..09931397
--- /dev/null
+++ b/docs/faq.txt
@@ -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