1
0
Fork 0

ansi-colours: : in the wrong place

This commit is contained in:
tastytea 2022-03-19 08:58:54 +01:00
parent b786ffb514
commit df0c96d8bc
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function _ansi-colors_8()
local title="${1}"
local start="${2}"
print "\e[1;97m${title}\e[0m:"
print "\e[1;97m${title}:\e[0m"
print "Regular Bold Underline Italic Crossed Dim Blinking Reversed Background"
for n in {${start}..$(( ${start}+7 ))}; do
local nbg=$(( ${n}+10 ))