|
@@ -346,6 +346,7 @@ sub connect
|
|
chomp($self->{'conf'}->{'password'});
|
|
chomp($self->{'conf'}->{'password'});
|
|
|
|
|
|
$term->setlflag($lflag | POSIX::ECHO);
|
|
$term->setlflag($lflag | POSIX::ECHO);
|
|
|
|
+ $term->setattr(fileno(STDIN), TCSAFLUSH);
|
|
print "\n";
|
|
print "\n";
|
|
}
|
|
}
|
|
|
|
|