notcurses-info: break up text segments

This commit is contained in:
nick black 2021-06-10 01:48:17 -04:00 committed by Nick Black
parent 83ac96365d
commit fc2bbca1ca

View File

@ -27,6 +27,9 @@ int main(void){
if((mstream = open_memstream(&mbuf, &len)) == NULL){
return EXIT_FAILURE;
}
if(fprintf(mstream, "\n") != 1){
return EXIT_FAILURE;
}
notcurses_options nopts = {
.flags = NCOPTION_NO_ALTERNATE_SCREEN,
};