summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-04-15 00:08:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-04-15 00:08:11 -0700
commitf0d2e7b1c5457af2918c35255854c6d105832c64 (patch)
tree33c92293a9cc4bade35b109fcb352aaf1a60fade /perl5
parent644dffd08e6ea54b1727c8387401dcf2cb1ccd6a (diff)
downloaddotfiles-f0d2e7b1c5457af2918c35255854c6d105832c64.tar.gz
TODO
Diffstat (limited to 'perl5')
-rw-r--r--perl5/Local/Interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl5/Local/Interactive.pm b/perl5/Local/Interactive.pm
index c70d37a4..58d09d02 100644
--- a/perl5/Local/Interactive.pm
+++ b/perl5/Local/Interactive.pm
@@ -239,6 +239,7 @@ sub _sysptycap_tty {
}
$slave->close;
exit 2 if $interrupted;
+ # TODO decode $output according to the locale's charset
return { exit => $? >> 8, output => $output };
}