fmthoma / vgrep

A pager for grep
BSD 3-Clause "New" or "Revised" License
104 stars 8 forks source link

Migrate away from `DisplayRegion` #25

Closed fmthoma closed 7 years ago

fmthoma commented 8 years ago

type DisplayRegion = (Int, Int) from Vty is not particularly safe and should be replaced by something like data Viewport = Viewport { _width :: Int, _height :: int } throughout the application.