| Name: | perl-Term-Size | 
|---|---|
| Version: | 0.209 | 
| Release: | 4.el8 | 
| Architecture: | x86_64 | 
| Group: | Unspecified | 
| Size: | 21149 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-Term-Size-0.209-4.el8.x86_64.rpm | 
| Source RPM: | perl-Term-Size-0.209-4.el8.src.rpm | 
| Build Date: | Wed Nov 27 2019 | 
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | https://metacpan.org/release/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. |