shithub: femtolisp

Download patch

ref: 4679ff506c0070253da0d452b3fcfaf9bf047130
parent: 16b97941fec5926f377b200780c4cfcf51f02173
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Nov 2 21:59:47 EST 2024

sixel-output: reset scaling buffer

--- a/sixel.c
+++ b/sixel.c
@@ -67,6 +67,8 @@
 	sixel_dither_set_transparent(f->dither, 0xff);
 	f->numcolors = numcolors;
 	f->scalex = f->scaley = 1;
+	f->buf = nil;
+	f->bufsz = 0;
 	return v;
 }