mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[sixel_blit] typo in comment
This commit is contained in:
parent
10c23d6dfd
commit
37fe78917c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user