ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-ReadLine-Gnu/Gnu.pm
(Generate patch)

Comparing AnyEvent-ReadLine-Gnu/Gnu.pm (file contents):
Revision 1.2 by root, Thu May 10 21:53:03 2012 UTC vs.
Revision 1.4 by root, Thu May 10 23:28:38 2012 UTC

240 240
2411; 2411;
242 242
243=back 243=back
244 244
245=head1 CAVEATS
246
247There are some issues with readline that can be problematic in event-based
248programs:
249
250=over 4
251
252=item blocking I/O
253
254Readline uses blocking terminal I/O. Under most circumstances, this does
255not cause big delays, but ttys have the potential to block programs
256indefinitely (e.g. on XOFF).
257
258=item unexpected disk I/O
259
260By default, readline does filename completion on TAB, and reads its
261config files.
262
263=item tty settings
264
265After readline has been initialised, it will mangle the termios tty
266settings. This does not normally affect output very much, but should be
267taken into consideration.
268
269=item output intermixing
270
271Your program might wish to print messages (for example, log messages) to
272STDOUT or STDERR. This will usually cause confusion, unless readline is
273hidden with the hide method.
274
275=back
276
277Oh, and the above list is probably not complete.
278
245=head1 AUTHOR, CONTACT, SUPPORT 279=head1 AUTHOR, CONTACT, SUPPORT
246 280
247 Marc Lehmann <schmorp@schmorp.de> 281 Marc Lehmann <schmorp@schmorp.de>
248 http://software.schmorp.de/pkg/AnyEvent-Readline-Gnu.html 282 http://software.schmorp.de/pkg/AnyEvent-Readline-Gnu.html
249 283

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines