putty/testdata
Simon Tatham a4cbd3dfdb Support ESC[38;2;R;G;Bm for 24-bit true colour.
This is a heavily rewritten version of a patch originally by Lorenz
Diener; it was tidied up somewhat by Christian Brabandt, and then
tidied up more by me. The basic idea is to add to the termchar
structure a pair of small structs encoding 24-bit RGB values, each
with a flag indicating whether it's turned on; if it is, it overrides
any other specification of fg or bg colour for that character cell.

I've added a test line to colours.txt containing a few example colours
from /usr/share/X11/rgb.txt. In fact it makes quite a good demo to run
the whole of rgb.txt through this treatment, with a command such as

  perl -pe 's!^\s*(\d+)\s+(\d+)\s+(\d+).*$!\e[38;2;$1;$2;$3m$&\e[m!' rgb.txt
2017-09-30 18:19:44 +01:00
..
bignum.py Add direct tests of division/modulus to testbn. 2015-12-13 14:46:43 +00:00
bignumtests.txt Add a file of extra bignum tests. 2016-03-30 08:45:21 +01:00
colours.txt Support ESC[38;2;R;G;Bm for 24-bit true colour. 2017-09-30 18:19:44 +01:00
display.txt New test output file, checking all display-relevant stuff. 2015-08-16 18:26:23 +01:00
lattrs.txt
scocols.txt
utf8.txt
vt100.txt Note in vt100.txt when it can be expected to work. 2016-03-24 23:46:10 +00:00