lol, whoops, don't render twice each call :D

pull/108/head
nick black 5 years ago
parent 08d4765dc4
commit d8e3cc9675
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1183,7 +1183,6 @@ int notcurses_render(notcurses* nc){
}
ret |= fclose(out);
fflush(nc->ttyfp);
fprintf(nc->ttyfp, "%s", buf);
if(blocking_write(nc->ttyfd, buf, buflen)){
ret = -1;
}

Loading…
Cancel
Save