vty-6.2: A simple terminal UI library
Safe HaskellNone
LanguageHaskell2010

Graphics.Vty.Debug

Synopsis

Documentation

data MockWindow Source #

Constructors

MockWindow Int Int 

Instances

Instances details
Show MockWindow Source # 
Instance details

Defined in Graphics.Vty.Debug

Methods

showsPrec :: Int -> MockWindow -> ShowS

show :: MockWindow -> String

showList :: [MockWindow] -> ShowS

Eq MockWindow Source # 
Instance details

Defined in Graphics.Vty.Debug

Methods

(==) :: MockWindow -> MockWindow -> Bool

(/=) :: MockWindow -> MockWindow -> Bool

type SpanConstructLog = [SpanConstructEvent] Source #

spanOpsAffectedColumns :: SpanOps -> Int Source #

The number of columns a SpanOps affects.

isSetAttr :: Attr -> SpanConstructEvent -> Bool Source #