ncneofetch: don't assert() out just because we lack an image #2494

pull/2497/head
nick black 2 years ago
parent 8315f766bd
commit 08eca8c0b5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -762,6 +762,9 @@ display_thread(void* vmarshal){
return NULL;
}
}
unsigned nl;
ncplane_cursor_yx(notcurses_stdplane(m->nc), &nl, NULL);
m->nextline = nl;
return NULL;
}

Loading…
Cancel
Save