fmthoma/vgrep

Migrate away from `DisplayRegion`

Closed this issue · 0 comments

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.