shithub: sl

Download patch

ref: 4d21b15a922e31e3a1bf9609a413ee60977c695e
parent: abf557757c112b5ac4971e7e7b4e0d50f11726e1
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Dec 29 09:15:36 EST 2024

"sixel-ouput?”: fix the typo (thanks willowgl)

--- a/sixel.c
+++ b/sixel.c
@@ -29,7 +29,7 @@
 	return iscvalue(v) && cv_class(ptr(v)) == FL(fsotype);
 }
 
-BUILTIN("sixel-ouput?", fsixel_outputp)
+BUILTIN("sixel-output?", fsixel_outputp)
 {
 	argcount(nargs, 1);
 	return issixeloutput(args[0]) ? FL_t : FL_f;