From fe665b323186414e66de9b7107fe2533aa630795 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 16 Aug 2007 21:32:31 -0500 Subject: add some more to the synopsis --- lib/IO/Pty/Easy.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm index f6049c2..b2fae90 100644 --- a/lib/IO/Pty/Easy.pm +++ b/lib/IO/Pty/Easy.pm @@ -26,6 +26,7 @@ our $VERSION = '0.01'; while (1) { my $input = # read a key here... + my $input = 'Elbereth' if $input eq "\ce"; my $chars = $pty->write($input, 0); last if defined($chars) && $chars == 0; my $output = $pty->read(0); -- cgit v1.2.3-54-g00ecf