From 7fedd8ff77678ce30a6ce7dd453e9d48d7763d53 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Mar 2011 12:16:56 -0500 Subject: this shouldn't be necessary --- lib/App/Termcast.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm index 6b98403..4e1576a 100644 --- a/lib/App/Termcast.pm +++ b/lib/App/Termcast.pm @@ -290,10 +290,6 @@ sub run { if ($self->_pty_ready($rout)) { my $buf = $self->pty->read(0); if (!defined $buf || length $buf == 0) { - if ($self->_got_winch) { - $self->_got_winch(0); - redo; - } Carp::croak("Error reading from pty: $!") unless defined $buf; last; -- cgit v1.2.3-54-g00ecf