scroll: go to the bottom before scrolling #1994

pull/1995/head
nick black 3 years ago
parent 4561ed6a69
commit 81879194d2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -894,6 +894,9 @@ rasterize_scrolls(ncpile* p, FILE* out){
p->nc->rstate.logendx = 0;
}
}
if(goto_location(p->nc, out, p->dimy, 0)){
return -1;
}
while(p->scrolls){
if(ncfputc('\n', out) < 0){
return -1;

Loading…
Cancel
Save