Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-24 12:43:18 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 12:43:18 +0300
commitc1d351fe32194d71853c6cb7692127a7a6571b87 (patch)
tree7eb9b68cf267cb4d0ffcbb7d488a5038e06600cd /include
parent64348b772cc4e6655e535b0aa7a7e6a960901378 (diff)
Add bold as color
Diffstat (limited to 'include')
-rw-r--r--include/consts2
-rw-r--r--include/functions3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 84c2143f..d8486d26 100644
--- a/include/consts
+++ b/include/consts
@@ -260,6 +260,8 @@ unset LANG
YELLOW=""
WHITE=""
+ BOLD="${WHITE}"
+
# With background
BG_BLUE=""
#
diff --git a/include/functions b/include/functions
index 65a91aba..b47cad7b 100644
--- a/include/functions
+++ b/include/functions
@@ -1860,7 +1860,8 @@
SECTION=""
NOTICE=""
OK=""
- BAD=
+ BAD=""
+ BOLD=""
# Normal color names
CYAN=""