notcurses_core_init: kill bogus reset of rstate cursor #2038

pull/2041/head
nick black 3 years ago
parent 02c29fb83e
commit acbfa8dab0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1168,7 +1168,6 @@ notcurses* notcurses_core_init(const notcurses_options* opts, FILE* outfp){
free_plane(ret->stdplane);
goto err;
}
ret->rstate.x = ret->rstate.y = -1;
init_banner(ret, &ret->rstate.f);
fwrite(ret->rstate.f.buf, ret->rstate.f.used, 1, ret->ttyfp);
fbuf_reset(&ret->rstate.f);

Loading…
Cancel
Save