Thanks to Jonathan for reporting this! Fixes #84
@@ -168,6 +168,7 @@ if (! $plugin->opts->password) {
chomp($conf{'password'});
$term->setlflag($lflag | POSIX::ECHO);
+ $term->setattr(fileno(STDIN), TCSAFLUSH);
print "\n";
}
@@ -170,6 +170,7 @@ if (! $plugin->opts->password) {
@@ -346,6 +346,7 @@ sub connect
chomp($self->{'conf'}->{'password'});
@@ -353,6 +353,7 @@ sub connect