LambdaHack-0.6.1.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Overlay

Contents

Description

Screen overlays.

Synopsis

AttrLine

splitAttrLine :: X -> AttrLine -> [AttrLine] Source #

Split a string into lines. Avoids ending the line with a character other than whitespace or punctuation. Space characters are removed from the start, but never from the end of lines. Newlines are respected.

Overlay

Misc

data ColorMode Source #

Color mode for the display.

Constructors

ColorFull

normal, with full colours

ColorBW

black+white only

Instances

type FrameST s = Mutable Vector s Word32 -> ST s () Source #

newtype FrameForall Source #

Constructors

FrameForall 

Fields