fbcon_scrub: return success to get notcurses-demo working in framebuffer

pull/1957/head
nick black 3 years ago
parent b590056887
commit 5fc1540a09
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -73,7 +73,7 @@ error:
int fbcon_scrub(const struct ncpile* p, sprixel* s){
(void)p;
(void)s;
return -1;
return 0;
}
int fbcon_draw(const struct ncpile *p, sprixel* s, FILE* out, int y, int x){

Loading…
Cancel
Save