haha-0.3.1.1: A simple library for creating animated ascii art on ANSI terminals.
Graphics.Ascii.Haha.Terminal
esc :: String -> [String] -> String -> StringSource
clearAll, clear, clearEol :: StringSource
move :: (Integral i, Show i) => i -> i -> StringSource
moveUp, moveForward, moveBack, moveDown :: (Integral i, Show i) => i -> StringSource
save, load :: StringSource
clr :: [String] -> StringSource
fg, bg :: Color -> [String]Source
normal, invisible, reverse, blink, underline, standout, faint, bold :: [String] -> [String]Source
data Color Source
Constructors
Instances
num :: Integral i => Color -> iSource
reset :: StringSource
black, white, cyan, magenta, blue, yellow, green, red :: StringSource
blackBold, whiteBold, cyanBold, magentaBold, blueBold, yellowBold, greenBold, redBold :: StringSource
blackBg, resetBg, whiteBg, cyanBg, magentaBg, blueBg, yellowBg, greenBg, redBg :: StringSource
bg256, fg256 :: (Integral i, Show i) => i -> [String]Source
x256, x256Bg, x256Bold :: (Integral i, Show i) => i -> StringSource
width :: (Read i, Integral i) => IO iSource
height :: (Read i, Integral i) => IO iSource
geometry :: (Read i, Integral i) => IO (i, i)Source