==> Ansi test files <==
This is a collection of text files to test various aspects of
ansi terminal control character drawing. I found these quite
useful whilst developing ansi capabilities for gopher/gemini
clients.
==> Simple 16 color test
This is a simple 16 color fg/bg test.
(TXT) 16colortest.txt
i ==> Simple indexed color test null.host 1
(TXT) indexed_color_test.txt
==> Simple rgb color test
(TXT) rgb_color_test.txt
==> Cursor move and font effects
Writes a line, moves the cursor up twice, writes another line.
If cursor move is broken, the second line will apear below the first o
instead of vice-versa. Also tests bold/light/italic font drawing.
(TXT) cursor_move_and_font_effects
==> Persistence test
Sets colors, draws test, then sets a different color without
resetting. If only setting the fg color without a reset, the
previous bg color should persist. This catches subtle bugs in
color set's overwriting previous colors.
(TXT) persistence_test.txt
==> panther.txt
A classic ansi art file. If your client can render this without issue
you know it's got to be good ;) (I don't think any current clients
I've tried actually pull this off!)
(TXT) panther.txt
How did your client score?