Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sat, 22 Mar 2003 11:08:01 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Sat Mar 22 2003 11:08:01 GMT
Log message:
The GTK colour selector does not provide full 8-bit resolution in
the RGB values (it deals in floats with 2 d.p. instead). Hence I've
replaced the static RGB text item in the Colours panel with three
little edit boxes, so that a user can type in exact 0-255 RGB values
if necessary. This should have the additional advantage of being
quicker than faffing with the colour selector if you already know
exactly what you want and are in a hurry!
Modified files:
. : config.c
Links:
http://cvs.tartarus.org//putty/config.c.diff?r1=1.13&r2=1.14