Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.07 KB

XTerm Color Tests

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.

The 256 color mode of xterm

Wolfgang Frisch discussed issues related to xterm 256 color mode at: http://www.frexx.de/xterm-256-notes/

16 Colors Test (bash script)

256 Colors Test (perl script)

Availability

Appearntly, the above code is package as part of a Debian package called colortest with a python alternative named colortest-python