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.3 by root, Thu May 10 22:59:21 2012 UTC vs.
Revision 1.4 by root, Thu May 10 23:28:38 2012 UTC

255not cause big delays, but ttys have the potential to block programs 255not cause big delays, but ttys have the potential to block programs
256indefinitely (e.g. on XOFF). 256indefinitely (e.g. on XOFF).
257 257
258=item unexpected disk I/O 258=item unexpected disk I/O
259 259
260By default, readline does filename completion on TAB, and reads it's config files. 260By default, readline does filename completion on TAB, and reads its
261config files.
261 262
262=item output intermixing 263=item tty settings
263 264
264After readline has been initialised, it will mangle the termios tty 265After readline has been initialised, it will mangle the termios tty
265settings. This does not normally affect output very much, but should be 266settings. This does not normally affect output very much, but should be
266taken into consideration. 267taken into consideration.
267 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
268=back 275=back
269 276
270Oh, and the above list is probably not complete. 277Oh, and the above list is probably not complete.
271 278
272=head1 AUTHOR, CONTACT, SUPPORT 279=head1 AUTHOR, CONTACT, SUPPORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines