notcurses_debug: distinguish piles #1078

This commit is contained in:
nick black 2020-11-24 00:15:49 -05:00 committed by Nick Black
parent 9e460ca1c2
commit 2c57ab0aff

View File

@ -2,6 +2,7 @@
static void
ncpile_debug(const ncpile* p, FILE* debugfp){
fprintf(debugfp, " -=+********************** %16p pile *************************+=-\n", p);
const ncplane* n = p->top;
const ncplane* prev = NULL;
int planeidx = 0;