[−][src]Module alacritty::grid
A specialized 2d grid implementation optimized for use in a terminal.
Structs
| DisplayIter | Iterates over the visible area accounting for buffer transform |
| Grid | Represents the terminal display contents |
| GridIterator | |
| Indexed | An item in the grid along with its Line and Column. |
| Region | A subset of lines in the grid |
| RegionIter | |
| RegionIterMut | |
| RegionMut | A mutable subset of lines in the grid |
| Row | A row in the grid |
Enums
| Scroll | |
| ViewportPosition |
Traits
| BidirectionalIterator | Bidirection iterator |
| GridCell | |
| IndexRegion |