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