Module for Simple Terminal Control
http://search.cpan.org/dist/Term-ReadKey
This module, ReadKey, provides ioctl control for terminals and Win32 consoles
so the input modes can be changed (thus allowing reads of a single character at
a time), and also provides non-blocking reads of stdin, as well as several
other terminal related features, including retrieval/modification of the screen
size, and retrieval/modification of the control characters.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-Term-ReadKey && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
TermReadKey-2.37.tar.gz | 0000085082 83.1 KB | |
perl-Term-ReadKey.changes | 0000004850 4.74 KB | |
perl-Term-ReadKey.spec | 0000002282 2.23 KB |
Revision 11 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 528475
from
Stephan Kulow (coolo)
(revision 11)
- update to 2.37 * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm * Add a package declaration to the ReadKey_pm.PL to aid indexing * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib' * Fix GetTerminalSize() argument handling * Fix miniperl build on Win32 * Remove unused Cwd * Fix TAP output * Fix warnings in XS file * Don't attempt some tests if STDIN is not a terminal * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions * demand-load Carp, * remove unneeded AutoLoader, * Improve genchars.pl, support make -s silence. * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean
Comments 0