use ncplane_erase_region() in wipebitmap PoC

pull/1640/head
nick black 3 years ago committed by Nick Black
parent f080e1502b
commit 022c6350e2

@ -4,6 +4,7 @@
static void
emit(struct ncplane* n, const char* str){
fprintf(stderr, "\n\n\n%s\n", str);
ncplane_erase_region(n, 6, 0, 0, 0);
ncplane_putstr_yx(n, 6, 0, str);
}

Loading…
Cancel
Save