| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.System.Console.Terminfo
Contents
Description
TextShow instances for data types in the terminfo library.
Only provided if using a Unix-like operating system (i.e., not Windows).
Since: 2
Orphan instances
| TextShow SetupTermError Source # | Since: 2 |
Methods showbPrec :: Int -> SetupTermError -> Builder # showb :: SetupTermError -> Builder # showbList :: [SetupTermError] -> Builder # showtPrec :: Int -> SetupTermError -> Text # showt :: SetupTermError -> Text # showtList :: [SetupTermError] -> Text # showtlPrec :: Int -> SetupTermError -> Text # showtl :: SetupTermError -> Text # showtlList :: [SetupTermError] -> Text # | |
| TextShow Color Source # | Since: 2 |