| Name: | perl-Term-Size |
|---|---|
| Version: | 0.207 |
| Release: | 11.el7 |
| Architecture: | aarch64 |
| Group: | Development/Libraries |
| Size: | 77340 |
| License: | GPL+ or Artistic |
| RPM: | perl-Term-Size-0.207-11.el7.aarch64.rpm |
| Source RPM: | perl-Term-Size-0.207-11.el7.src.rpm |
| Build Date: | Mon Jun 25 2018 |
| Build Host: | ca-buildarm03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Term-Size |
| Summary: | Simple way to get terminal size |
| Description: | *Term::Size* is a Perl module which provides a straightforward way to
retrieve the terminal size.
Both functions take an optional filehandle argument, which defaults to
'*STDIN{IO}'. They both return a list of two values, which are the current
width and height, respectively, of the terminal associated with the
specified filehandle.
'Term::Size::chars' returns the size in units of characters, whereas
'Term::Size::pixels' uses units of pixels. |