Skip to content

Commit

Permalink
Apply Alan Hastings' Cygwin support patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Apr 3, 2003
1 parent f1fac82 commit b52e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Wheel/Run.pm
Expand Up @@ -282,7 +282,7 @@ sub new {
# size. APITUE 19.4 and 19.5.
if (defined TIOCGWINSZ) {
if (-t STDIN) {
my $window_size = '';
my $window_size = '!' x 25;
ioctl( STDIN, TIOCGWINSZ, $window_size ) or die $!;
ioctl( $stdin_read, TIOCSWINSZ, $window_size ) or die $!;
}
Expand Down

0 comments on commit b52e7ef

Please sign in to comment.