When porting some code from Linux to SunOS, I noticed some differences in the color scheme of the output as a result of xterm incompatibilities. This was more evident when using GNU Screen. In anticipation of my recurring need for this code, I put it in as a repository.
Wolfgang Frisch discussed issues related to xterm 256 color mode at: http://www.frexx.de/xterm-256-notes/
- Code: colortable16.sh
- Author: Wolfgang Frisch <[email protected]>
- License: GPL v3+
- Code: 256colors2.pl
- Author: Thomas Dickey <[email protected]>
- License: MIT
Appearntly, the above code is package as part of a Debian package called colortest with a python alternative named colortest-python