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

Terminal

Documentation

move :: Integral i => i -> i -> StringSource

data Color Source

Constructors

Black 
Red 
Green 
Yellow 
Blue 
Magenta 
Cyan 
White 
Reset 

Instances

num :: Integral i => Color -> iSource

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

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

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