mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
fbcon_scrub: return success to get notcurses-demo working in framebuffer
This commit is contained in:
parent
b590056887
commit
5fc1540a09
@ -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…
x
Reference in New Issue
Block a user