Reimplement 'color' function

This commit is contained in:
Dylan 2016-03-04 13:15:03 +11:00
parent 69060acb32
commit 59d3d7aa38
1 changed files with 4 additions and 0 deletions

View File

@ -2164,6 +2164,10 @@ setcolors () {
fi
}
color () {
printf "%b%s" "\033[38;5;${1}m"
}
# }}}