mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
[sixel] purge debugging cruft
This commit is contained in:
parent
be7f2d5d32
commit
3929e7b23a
@ -21,7 +21,7 @@ int sprite_sixel_cell_wipe(const notcurses* nc, sprixel* s, int ycell, int xcell
|
||||
if(bottom > s->pixy){
|
||||
bottom = s->pixy;
|
||||
}
|
||||
fprintf(stderr, "TARGET AREA: [ %dx%d -> %dx%d ] of %dx%d\n", top, left, bottom - 1, right - 1, s->pixy, s->pixx);
|
||||
//fprintf(stderr, "TARGET AREA: [ %dx%d -> %dx%d ] of %dx%d\n", top, left, bottom - 1, right - 1, s->pixy, s->pixx);
|
||||
char* c = s->glyph;
|
||||
// lines of sixels are broken by a hyphen. if we were guaranteed to already
|
||||
// be in the meat of the sixel, it would be sufficient to count hyphens, but
|
||||
|
Loading…
Reference in New Issue
Block a user