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() {
|
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