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/consts
parent64348b772cc4e6655e535b0aa7a7e6a960901378 (diff)
Add bold as color
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 2 insertions, 0 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=""
#