[][src]Module alacritty_terminal::grid

A specialized 2D grid implementation optimized for use in a terminal.

Modules

resize

Grid resize and reflow.

Structs

Charsets
Cursor
DisplayIter

Iterates over the visible area accounting for buffer transform.

Grid

Grid based terminal content storage.

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

Traits

BidirectionalIterator

Bidirectional iterator.

Dimensions

Grid dimensions.

GridCell
IndexRegion