mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
include ANSI color codes doc
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@373 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8349e3fde4
commit
62e27e905d
1 changed files with 31 additions and 1 deletions
|
|
@ -71,8 +71,38 @@
|
|||
#fields=all
|
||||
|
||||
# ANSI color logger
|
||||
# Format: {attr1};...;{attrn}
|
||||
#
|
||||
# 0 Reset all attributes
|
||||
# 1 Bright
|
||||
# 2 Dim
|
||||
# 4 Underscore
|
||||
# 5 Blink
|
||||
# 7 Reverse
|
||||
# 8 Hidden
|
||||
#
|
||||
# Foreground Colors
|
||||
# 30 Black
|
||||
# 31 Red
|
||||
# 32 Green
|
||||
# 33 Yellow
|
||||
# 34 Blue
|
||||
# 35 Magenta
|
||||
# 36 Cyan
|
||||
# 37 White
|
||||
#
|
||||
# Background Colors
|
||||
# 40 Black
|
||||
# 41 Red
|
||||
# 42 Green
|
||||
# 43 Yellow
|
||||
# 44 Blue
|
||||
# 45 Magenta
|
||||
# 46 Cyan
|
||||
# 47 White
|
||||
#
|
||||
[colored]
|
||||
filename=linkchecker-out.colored
|
||||
#filename=linkchecker-out.colored
|
||||
# colors for the various parts
|
||||
#colorparent=37
|
||||
#colorurl=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue