ansi-colours: : in the wrong place
This commit is contained in:
parent
b786ffb514
commit
df0c96d8bc
@ -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 ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user