mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
notcurses_debug: distinguish piles #1078
This commit is contained in:
parent
9e460ca1c2
commit
2c57ab0aff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user