Make colours work now focus has been disabled
This commit is contained in:
parent
49c7a32c7f
commit
f555ccd352
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ function backgroundColor() {
|
|||
function foregroundColor() {
|
||||
echo -n "%F{$(getColor $1)}"
|
||||
}
|
||||
|
||||
HASFOCUS="true"
|
||||
function focusBackgroundColor() {
|
||||
if [ "$HASFOCUS" = "true" ]; then
|
||||
backgroundColor "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue