summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-15 12:16:56 -0500
committerJesse Luehrs <doy@tozt.net>2011-03-15 12:16:56 -0500
commit7fedd8ff77678ce30a6ce7dd453e9d48d7763d53 (patch)
tree6b6616f578cc13d2097d3dac1d49e95ac450e51d
parent894a6737658c1e149f9db626bc9f0dd64d454262 (diff)
downloadapp-termcast-7fedd8ff77678ce30a6ce7dd453e9d48d7763d53.tar.gz
app-termcast-7fedd8ff77678ce30a6ce7dd453e9d48d7763d53.zip
this shouldn't be necessary
-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;