[ncneofetch] fix display when no logo is found

pull/2427/head
nick black 3 years ago
parent a4bc4e1897
commit 16c9e9f101
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -752,12 +752,12 @@ notcurses_render(m->nc);
}
if(m->neologo){
if(neologo_present(m->nc, m->neologo) == 0){
unsigned nl;
ncplane_cursor_yx(notcurses_stdplane(m->nc), &nl, NULL);
m->nextline = nl;
return NULL;
}
}
unsigned nl;
ncplane_cursor_yx(notcurses_stdplane(m->nc), &nl, NULL);
m->nextline = nl;
return NULL;
}

Loading…
Cancel
Save