cursive_buffered_backend
The buffering backend for any Cursive backend. Mainly it is created to address a flickering issue with Termion backend.
Inspired by the comment on the similar issue on Termion itself.
Usage
let backend_init = ;
let mut app = new;
app.try_run_with.ok?;