[][src]Module alacritty_terminal::index

Line and Column newtypes for strongly typed tty/grid/terminal APIs.

Structs

Column

A column.

IndexRange

This exists because we can't implement Iterator on Range and the existing impl needs the unstable Step trait This should be removed and replaced with a Step impl in the ops macro when step_by is stabilized.

Line

A line.

Linear

A linear index.

Point

Index in the grid using row, column notation.

Enums

Boundary

Behavior for handling grid boundaries.

Direction

Horizontal direction.

Type Definitions

Side

The side of a cell.