haha-0.3.1.1: A simple library for creating animated ascii art on ANSI terminals.

Safe HaskellSafe-Infered

Graphics.Ascii.Haha.Terminal

Documentation

move :: (Integral i, Show i) => i -> i -> StringSource

data Color Source

Constructors

Black 
Red 
Green 
Yellow 
Blue 
Magenta 
Cyan 
White 
Reset 

Instances

num :: Integral i => Color -> iSource

bg256, fg256 :: (Integral i, Show i) => i -> [String]Source

width :: (Read i, Integral i) => IO iSource

height :: (Read i, Integral i) => IO iSource

geometry :: (Read i, Integral i) => IO (i, i)Source