1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: colortest
Section: utils
Priority: optional
Maintainer: Micheal Waltz <ecliptik@gmail.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/colortest.git
Vcs-Browser: https://salsa.debian.org/debian/colortest
Homepage: https://invisible-island.net/xterm/
Package: colortest
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, perl:any
Multi-Arch: foreign
Description: utilities to test color capabilities of terminal
Most terminals are capable of displaying 16 colors; 8 colors and 2
different brightness values, some (like xterm) can display more, even
256 colors.
.
The colortest package includes set of utilities to help test how many
colors a terminal can show. These color settings depend on the $TERM
environment variable and termcap entry and by adjusting or selecting
correct values, higher colors may be available. The following numbers
of colors can be tested for: 8, 16 and 256 colors.
|