Path to this page:
./
textproc/hs-text-ansi,
Text styling for ANSI terminals
Branch: CURRENT,
Version: 0.3.0.1nb2,
Package name: hs-text-ansi-0.3.0.1nb2,
Maintainer: pkgsrc-usersText styling for ANSI terminals using SGR codes, as defined by the ECMA-48
standard.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and overline
escape sequences. Some styles may not work on your terminal.
Also features terminal detection, so redirecting styled output to a file
will automatically strip the ANSI escape sequences.
Master sites:
Filesize: 6.005 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-text-ansi-0.3.0.1nb2
- (2023-11-02) Updated to version: hs-text-ansi-0.3.0.1nb1
- (2023-10-31) Package added to pkgsrc.se, version hs-text-ansi-0.3.0.1 (created)
CVS history: (Expand)
2024-04-29 06:44:53 by Masatake Daimon | Files touched by this commit (1) |
Log message:
textproc/hs-text-ansi: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-31 16:28:20 by Masatake Daimon | Files touched by this commit (5) |
Log message:
textproc/hs-text-ansi: import hs-text-ansi-0.3.0.1
Text styling for ANSI terminals using SGR codes, as defined by the ECMA-48
standard.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and overline
escape sequences. Some styles may not work on your terminal.
Also features terminal detection, so redirecting styled output to a file
will automatically strip the ANSI escape sequences.
|