[][src]Module unsegen::base::window

Types associated with Windows, i.e., rectangular views into a terminal buffer.

Structs

ExtentEstimationWindow

A dummy window that does not safe any of the content written to it, but records the maximal coordinates used.

StyledGraphemeCluster

A GraphemeCluster with an associated style.

Window

A rectangular view into a terminal buffer, i.e., a grid of grapheme clusters.

WindowBuffer

An owned buffer representing a Window.