diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-18 15:46:40 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-18 15:46:40 +0000 |
commit | 6828f0e5aacfbbf1d1efdf9a095ae97f54a7f8cc (patch) | |
tree | bc408a653a1e1635be4e98fe46abca65ab42df37 /docs | |
parent | 908d6bb6f9bdf45334838f12229d2d95411a1572 (diff) | |
download | irssi-6828f0e5aacfbbf1d1efdf9a095ae97f54a7f8cc.zip |
"Will there be /DETACH-like feature?"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2630 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/faq.html b/docs/faq.html index fa6362a2..520b6580 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -111,3 +111,10 @@ join channels whose operators are that evil.</p> <h3>Q: How to make UTF-8 support work with irssi?</h3> <p>A: xterm -u8, screen -U, /SET term_type utf-8</p> + +<h3>Will there be /DETACH-like feature?</h3> + +<p>Maybe. Detach code already is there, attach is just missing :) But I +don't have much interest in coding it, and +<a href="http://www.gnu.org/software/screen/screen.html">screen</a> works +just fine so why bother?</p> |