| Copyright | (C) 2014-2016 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.System.Console.Terminfo
Contents
Description
Monomorphic TextShow functions for data types in the terminfo library. This module
only exports functions if using a Unix-like operating system (i.e., not Windows).
Since: 2
- showbColorPrec :: Int -> Color -> Builder
- showbSetupTermError :: SetupTermError -> Builder
Documentation
showbSetupTermError :: SetupTermError -> Builder Source #
Convert a SetupTermError to a Builder.
Since: 2