diff options
author | Joe Wilm <joe@jwilm.com> | 2016-06-04 19:40:30 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-06-04 19:40:30 -0700 |
commit | 4fdd5280f1e79ea6575a6a110951c564a7dd235e (patch) | |
tree | 89d11f7b903c53e974dca13d9dff227269cd57c1 /res | |
parent | 2f058bd053f52307bdbf3709209418ac26871678 (diff) | |
download | alacritty-4fdd5280f1e79ea6575a6a110951c564a7dd235e.tar.gz alacritty-4fdd5280f1e79ea6575a6a110951c564a7dd235e.zip |
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.
Diffstat (limited to 'res')
0 files changed, 0 insertions, 0 deletions