vty-6.2: A simple terminal UI library
Safe HaskellSafe-Inferred
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

Eq MockWindow Source # 
Instance details

Defined in Graphics.Vty.Debug

type SpanConstructLog = [SpanConstructEvent] Source #

spanOpsAffectedColumns :: SpanOps -> Int Source #

The number of columns a SpanOps affects.

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