summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/App/Termcast.pm4
1 files changed, 0 insertions, 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;