alacritty/src
Joe Wilm 4fdd5280f1
Add iterator methods to Grid and Row types
The iterator methods simplify logic in the main grid render function. To
disambiguate iterator methods from those returning counts (and to free
up names), the `rows()` and `cols()` methods on `Grid` have been renamed
to `num_rows()` and `num_cols()`, respectively.
2016-06-04 19:40:30 -07:00
..
renderer Add iterator methods to Grid and Row types 2016-06-04 19:40:30 -07:00
ansi.rs Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00
grid.rs Add iterator methods to Grid and Row types 2016-06-04 19:40:30 -07:00
list_fonts.rs Fix compiler warnings 2016-02-27 14:45:26 -08:00
macros.rs Initial ANSI parser implementation 2016-05-28 22:09:25 -07:00
main.rs Optimize rendering 2016-06-04 15:30:17 -07:00
meter.rs Add render time meter 2016-05-21 11:08:50 -07:00
term.rs Add iterator methods to Grid and Row types 2016-06-04 19:40:30 -07:00
text.rs Optimize rendering 2016-06-04 15:30:17 -07:00
tty.rs Initial support for Terminal Emulation (woo!) 2016-06-02 19:42:28 -07:00