[][src]Module tuikit::screen

Buffering screen cells and try to optimize rendering contents

Structs

Cell

Cell is a cell of the terminal. It has a display character and an attribute (fg and bg color, effects).

CellIterator
Screen

A Screen is a table of cells to draw on. It's a buffer holding the contents