Merge pull request #156 from Azy8BsKXVko/fix_muting
[rainbowstream.git] / rainbowstream / image.c
index 96e7a014ceb1eb2c973ca37225ac93988dab558d..e7d7413f5e6c7d8296ad549826ec9f7db0a9d212 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * This source is borrowed from following 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;