mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses-info: break up text segments
This commit is contained in:
parent
83ac96365d
commit
fc2bbca1ca
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user