X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fimage.c;h=10aa6bbe944f4506aa43f06054fd2a029576dfa5;hb=b4274147678c96d36de7b37cb687223988319481;hp=96e7a014ceb1eb2c973ca37225ac93988dab558d;hpb=991c30af2171bac652a3c8402f938e23b955a8d1;p=rainbowstream.git diff --git a/rainbowstream/image.c b/rainbowstream/image.c index 96e7a01..10aa6bb 100644 --- a/rainbowstream/image.c +++ b/rainbowstream/image.c @@ -1,3 +1,8 @@ +/* + * This source is borrowed from folowwing link + * https://github.com/jart/fabulous/blob/master/fabulous/_xterm256.c + * I make a slightly change to fit my module here + */ typedef struct { int r; int g;