Alexander Gavrilov
Alexander Gavrilov
@gyscos I have created a buffering backend for any Cursive backend. See [here](https://github.com/agavrilov/cursive_buffered_backend). I used it with Termion and the flickering is gone
I'm checking the terminal size in 'Backend::clear' method and resize if necessary. Let me know if you need any help with adding a buffering to Cursive
I did try to pinpoint where the issue happens. It looks like it is not completely a buffered_backend fault. If I use 2 emoji with a pure 'crossterm-backend' and no...