[sixel_blit] typo in comment

This commit is contained in:
nick black 2022-02-14 04:44:34 -05:00 committed by nick black
parent 10c23d6dfd
commit 37fe78917c

View File

@ -1434,7 +1434,7 @@ int sixel_blit(ncplane* n, int linesize, const void* data, int leny, int lenx,
}
scrub_color_table(bargs->u.pixel.spx);
// we haven't actually emitted the body of the sixel yet. instead, we'll emit
// it at sixel_redraw(), thus avoided a double emission in the case of wipes
// it at sixel_redraw(), thus avoiding a double emission in the case of wipes
// taking place before it's visible.
bargs->u.pixel.spx->wipes_outstanding = 1;
return r;