Fixed missing refactor in term_feed
This commit is contained in:
parent
1e141b3935
commit
b17a9b8713
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ sub term_feed
|
||||||
my ($ttyIn, $ttyOut, $term) = @{ $_[0] };
|
my ($ttyIn, $ttyOut, $term) = @{ $_[0] };
|
||||||
shift;
|
shift;
|
||||||
foreach my $pByte (@_) {
|
foreach my $pByte (@_) {
|
||||||
ioctl $term->[0], 0x5412, $pByte;
|
ioctl $ttyIn, 0x5412, $pByte;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue