File: control

package info (click to toggle)
libterm-readkey-perl 2.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 148 kB
  • ctags: 84
  • sloc: perl: 1,088; ansic: 112; makefile: 47
file content (18 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libterm-readkey-perl
Section: libs
Priority: optional
Maintainer: Darren Stalder <torin@daft.com>
Standards-Version: 2.5.0

Package: libterm-readkey-perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Replaces: adbbs, libtermreadkey-perl
Conflicts: libtermreadkey-perl
Provides: libtermreadkey-perl
Description: Change terminal modes, and perform non-blocking reads
 This module, Term::ReadKey, provides ioctl control for terminals so the
 input modes can be changed.  This allows reads of a single character at
 a time.  It also provides non-blocking reads of stdin,
 retrieval/modification of the screen size, retrieval/modification of
 the control characters, and many other terminal related features.