Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data MockWindow Source #
Instances
Eq MockWindow Source # | |
Defined in Graphics.Vty.Debug (==) :: MockWindow -> MockWindow -> Bool # (/=) :: MockWindow -> MockWindow -> Bool # | |
Show MockWindow Source # | |
Defined in Graphics.Vty.Debug showsPrec :: Int -> MockWindow -> ShowS # show :: MockWindow -> String # showList :: [MockWindow] -> ShowS # |
type SpanConstructLog = [SpanConstructEvent] Source #
rowOpsAffectedColumns :: DisplayOps -> [Int] Source #
allSpansHaveWidth :: DisplayOps -> Int -> Bool Source #
spanOpsAffectedRows :: DisplayOps -> Int Source #
type ImageConstructLog = [ImageConstructEvent] Source #
data ImageConstructEvent Source #
Instances
Eq ImageConstructEvent Source # | |
Defined in Graphics.Vty.Debug.Image (==) :: ImageConstructEvent -> ImageConstructEvent -> Bool # (/=) :: ImageConstructEvent -> ImageConstructEvent -> Bool # | |
Show ImageConstructEvent Source # | |
Defined in Graphics.Vty.Debug.Image showsPrec :: Int -> ImageConstructEvent -> ShowS # show :: ImageConstructEvent -> String # showList :: [ImageConstructEvent] -> ShowS # |
forwardImageOps :: [Image -> Image] Source #
debugImageOps :: [ImageOp] Source #