mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
identify annihilation recovery #1440
This commit is contained in:
parent
ba64d36543
commit
7c69a17752
@ -177,6 +177,10 @@ paint_sprixel(ncplane* p, struct crender* rvec, int starty, int startx,
|
||||
if(crender->sprixel == NULL){
|
||||
crender->sprixel = s;
|
||||
}
|
||||
if(sprixel_state(s, absy, absx) == SPRIXCELL_ANNIHILATED){
|
||||
// FIXME rebuild!
|
||||
fprintf(stderr, "annihilation UNDONE at %d/%d\n", y, x);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user