summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 23:47:05 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 23:47:05 -0500
commit57b0a6266414cac2fc9d5ef999b933aedf16ab98 (patch)
tree673d4eb81aeb3514fad48d5e303c09ad6a44e21c
parent45afcee7098f3a3fd3f1e4ba07b53291c3cee924 (diff)
downloadio-pty-easy-57b0a6266414cac2fc9d5ef999b933aedf16ab98.tar.gz
io-pty-easy-57b0a6266414cac2fc9d5ef999b933aedf16ab98.zip
document the new raw option
-rw-r--r--lib/IO/Pty/Easy.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm
index 847ede7..ff0e884 100644
--- a/lib/IO/Pty/Easy.pm
+++ b/lib/IO/Pty/Easy.pm
@@ -69,6 +69,10 @@ A boolean option which determines whether or not changes in the size of the user
The maximum number of characters returned by a C<read()> call. This can be overridden in the C<read()> argument list. Defaults to 8192.
+=item raw
+
+A boolean option which determines whether or not to call L<IO::Pty/set_raw()> after C<spawn()>. Defaults to true.
+
=back
=cut