Path to this page:
./
devel/p5-IO-Stty,
Perl class for I/O on tty devices
Branch: pkgsrc-2014Q2,
Version: 0.03nb4,
Package name: p5-IO-Stty-0.03nb4,
Maintainer: pkgsrc-usersThe two perl items in this package are an stty shell script and a
module for setting terminal parameters. to use the Stty.pm module stuff it in
your $PERL_LIB_DIR/site_perl/IO directory. In your scripts do:
use IO::Stty;
IO::Stty::stty(\*TTYHANDLE, @modes);
This has not been tailored to the IO::File stuff but will work with it as
indicated. Before you go futzing with term parameters it's a good idea to grab
the current settings and restore them when you finish.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-Module-Build]
Master sites: (Expand)
SHA1: e7ca2246c381b6ff950dec90dbea39a8f1abbc2d
RMD160: ffacc6c7cdcb54ea1055e723800425993ad7addf
Filesize: 10.011 KB
Version history: (Expand)
- (2014-07-11) Updated to version: p5-IO-Stty-0.03nb4
- (2014-07-02) Package added to pkgsrc.se, version p5-IO-Stty-0.03nb3 (created)