[−][src]Module alacritty::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 |
| Line | A line |
| Linear | A linear index |
| Point | Index in the grid using row, column notation |
Enums
| Side | The side of a cell |
Traits
| Contains |