| Copyright | (c) 2026 SPISE MISU ApS |
|---|---|
| License | SSPL-1.0 OR AGPL-3.0-only |
| Maintainer | SPISE MISU <mail+hackage@spisemisu.com> |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Agent.Data.ANSI.EscapeCode
Contents
Description
Synopsis
- data SelectGraphicRendition
- data Blink
- type Bright = Bool
- data Background
- data Foreground
- data Colour
- data Frequency
- sgr :: String -> SelectGraphicRendition
- foreground :: Bright -> Colour -> SelectGraphicRendition -> SelectGraphicRendition
- background :: Bright -> Colour -> SelectGraphicRendition -> SelectGraphicRendition
- bold :: SelectGraphicRendition -> SelectGraphicRendition
- faint :: SelectGraphicRendition -> SelectGraphicRendition
- italic :: SelectGraphicRendition -> SelectGraphicRendition
- underline :: SelectGraphicRendition -> SelectGraphicRendition
- blink :: Frequency -> SelectGraphicRendition -> SelectGraphicRendition
Type signatures
data SelectGraphicRendition Source #
Instances
| Show SelectGraphicRendition Source # | |
Defined in Agent.Data.ANSI.EscapeCode Methods showsPrec :: Int -> SelectGraphicRendition -> ShowS # show :: SelectGraphicRendition -> String # showList :: [SelectGraphicRendition] -> ShowS # | |
data Background Source #
data Foreground Source #
Enums
Methods
sgr :: String -> SelectGraphicRendition Source #