Module alacritty::display[][src]

Expand description

The display subsystem including window management, font rasterization, and GPU drawing.

Modules

Convert a cursor into an iterator of rects.

Rendering time meter.

Structs

The display wraps a window, font rasterizer, and GPU renderer.

Enums

Constants

Label for the backward terminal search bar.

Label for the forward terminal search bar.

Maximum number of linewraps followed outside of the viewport during search highlighting.

Functions

Calculate the cell dimensions based on font metrics.

Convert a terminal point to a viewport relative point.

Convert a viewport relative point to a terminal point.

Calculate the size of the window given padding, terminal dimensions and cell size.