pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Stty Shorten.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b739542792ee
branches: trunk
changeset: 466083:b739542792ee
user: cjep <cjep%pkgsrc.org@localhost>
date: Sun Jan 11 12:42:40 2004 +0000
description:
Shorten.
diffstat:
devel/p5-IO-Stty/DESCR | 28 ++--------------------------
1 files changed, 2 insertions(+), 26 deletions(-)
diffs (40 lines):
diff -r d7a16b137365 -r b739542792ee devel/p5-IO-Stty/DESCR
--- a/devel/p5-IO-Stty/DESCR Sun Jan 11 12:27:41 2004 +0000
+++ b/devel/p5-IO-Stty/DESCR Sun Jan 11 12:42:40 2004 +0000
@@ -1,34 +1,10 @@
-
- The two perl items in this package are an stty shell script and a
+The 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
+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.
-
- Example:
-
- use IO::Stty;
- $old_mode=IO::Stty::stty(\*STDIN,'-g');
- # Turn off echoing.
- IO::Stty::stty(\*STDIN,'-echo');
- # Do whatever.. grab input maybe?
- $read_password = <>;
- # Now restore the old mode.
- IO::Stty::stty(\*STDIN,$old_mode);
- # What settings do we have anyway?
- print IO::Stty::stty(\*STDIN,'-a');
-
-
- This is use at your own risk software. Do anything you want with it except
-blame me for it blowing up your machine because it's full of bugs.
- The file stty.txt indicates what functions are supported. Standard POSIX
-stuff. If any of the settings are wrong and you actually know what some of
-these extremely arcane settings (like what 'sane' should be in POSIX land)
-really should be, let me know.
-
-11-08-97 Austin Schutz<tex%habit.com@localhost>
Home |
Main Index |
Thread Index |
Old Index