cursive/src/backend
Chris Vest ea7b5dbae2 Add Backend::print_at_rep and make Printer::print_hline use it. (#326)
* Add Backend::print_at_rep and make Printer::print_hline use it.

This avoids a string allocation in `print_hline` and makes it faster, presumably for all backends.
This speeds up the rendering of the background in StackView.

* Fix a bug in how Printer::print_hline computes the repetition count.
2019-03-12 15:03:00 -07:00
..
curses Add Backend::print_at_rep and make Printer::print_hline use it. (#326) 2019-03-12 15:03:00 -07:00
blt.rs Add Backend::print_at_rep and make Printer::print_hline use it. (#326) 2019-03-12 15:03:00 -07:00
dummy.rs Add Backend::print_at_rep and make Printer::print_hline use it. (#326) 2019-03-12 15:03:00 -07:00
mod.rs Add Backend::print_at_rep and make Printer::print_hline use it. (#326) 2019-03-12 15:03:00 -07:00
resize.rs Simplifies backend input 2019-02-28 13:41:40 -08:00
termion.rs Add Backend::print_at_rep and make Printer::print_hline use it. (#326) 2019-03-12 15:03:00 -07:00