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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Frontend.Teletype

Contents

Description

Line terimanl text frontend based on stdin/stdout, intended for logging tests, but may be used for a teletype terminal, or keyboard and printer.

Synopsis

Documentation

startup :: DebugModeCli -> IO RawFrontend Source #

Set up the frontend input and output.

frontendName :: String Source #

The name of the frontend.

Internal operations

display Source #

Arguments

:: SingleFrame

the screen frame to draw

-> IO () 

Output to the screen via the frontend.