Skip to content

Commit

Permalink
Fix Sixel rendering of GIF images with transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Jun 4, 2023
1 parent d21e01e commit d2bfe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chafa/chafa-canvas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ chafa_canvas_print (ChafaCanvas *canvas, ChafaTermInfo *term_info)

/* Sixel mode */

out = chafa_term_info_emit_begin_sixels (term_info, buf, 0, 1, 0);
out = chafa_term_info_emit_begin_sixels (term_info, buf, 0, 0, 0);
*out = '\0';
str = g_string_new (buf);

Expand Down

0 comments on commit d2bfe71

Please sign in to comment.