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