Safe Haskell | Safe-Inferred |
---|
Graphics.Vty.DisplayRegion
- data DisplayRegion = DisplayRegion {
- region_width :: !Word
- region_height :: !Word
Documentation
data DisplayRegion Source
Region of the terminal that vty will output to. Units are columns not characters.
Constructors
DisplayRegion | |
Fields
|
Instances