File: control

package info (click to toggle)
libterm-readkey-perl 2.12-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 144 kB
  • ctags: 52
  • sloc: perl: 1,088; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libterm-readkey-perl
Maintainer: Kai Henningsen <kai@debian.org>
Standards-Version: 2.3.0.0
Section: libs
Priority: optional

Package: libterm-readkey-perl
Architecture: any
Depends: perl, ${shlibs: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 (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.