notcurses-info: hold off on displaying logo

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

@ -245,7 +245,7 @@ tinfo_debug_bitmaps(struct ncplane* n, const tinfo* ti, const char* indent){
char* path = prefix_data("notcurses.png");
if(path){
// FIXME hold off until #1883 is resolved
display_logo(ti, n, path);
//display_logo(ti, n, path);
free(path);
}
}

Loading…
Cancel
Save