Skip to content

gvcolor colorxlate: fix handling of longer color names

This code was using a fixed 128-byte buffer to stage color names. There is no reason to assume a color must be less than this many bytes. It is user-controllable via color and Defcolor attributes.

Merge request reports