• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H14-Feb-2018-355129

t/H14-Feb-2018-7550

ChangesH A D14-Feb-20181.2 KiB4131

LICENSEH A D14-Feb-201818 KiB380292

MANIFESTH A D14-Feb-2018389 1514

META.jsonH A D14-Feb-20181.5 KiB6766

META.ymlH A D14-Feb-2018716 2928

Makefile.PLH A D14-Feb-20181.9 KiB7162

Perl.pmH A D14-Feb-20182.3 KiB11529

READMEH A D14-Feb-2018476 1410

README

1
2Term::Size::Perl is a Perl module which provides a straightforward
3way to get the size of the terminal (or window) on which
4a script is running.
5
6After building/installing, this module does it job
7with pure Perl code, via ioctl() builtin. The trick is to
8extract at build time some configuration parameters
9via compiling/running a C code which gets the needed
10information for driving Perl ioctl() in the specific
11machine.
12
13Adriano Ferreira <ferreira@cpan.org> Jun 14 2006
14