diff options
author | Tom Feist <shabble@cowu.be> | 2010-08-21 17:55:22 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-08-21 17:55:22 +0000 |
commit | 26dfa6b3287ed2e2fc461ccffcb2e30ad5e66b6b (patch) | |
tree | bb73f220692f3cc9d5f00ec81db6dd6799c227e5 /docs/Guide.pod | |
parent | some stuff with colour popups (diff) | |
download | irssi-scripts-26dfa6b3287ed2e2fc461ccffcb2e30ad5e66b6b.tar.gz irssi-scripts-26dfa6b3287ed2e2fc461ccffcb2e30ad5e66b6b.zip |
added first attempt at a patch for creating bindings accessor. Currently lives in the Irssi::UI::bindings() to avoid poking makefiles too hard
Diffstat (limited to '')
-rw-r--r-- | docs/Guide.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Guide.pod b/docs/Guide.pod index c0787bc..3a9f43f 100644 --- a/docs/Guide.pod +++ b/docs/Guide.pod @@ -115,6 +115,13 @@ B<TODO: catch "messsage private", check params, generate response> =head1 USEFUL THINGS + +=head2 Dealing with Blocking IO + +B<TODO: see F<hddtemp.pl> on SIO> - fork and use pipes to communicate. Also +remember to pidwait the child> + + =head2 Getting the Response Value of a Remote Command B<TODO: Add bazerka's snippet here> |