summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-12-14 17:06:32 +0100
committerMarc Vertes <mvertes@free.fr>2024-12-14 17:06:32 +0100
commit7138f485299e110f59bfea1bc0deda82750104e2 (patch)
tree7a69d8e1b93e5509082eed7d5ef07895b7707cd5 /bin
parentb930dfe9226df393dbb98862b55a339533bb6439 (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tc b/bin/tc
index 50ae67f..12129af 100755
--- a/bin/tc
+++ b/bin/tc
@@ -16,5 +16,5 @@ color() {
}
color ${1:-$((RANDOM % 7))}
-printf '\E]11;'$bg'\E\'
-printf '\E]10;'${fg:-#000000}'\E\'
+printf '\E]11;'${bg:-#ffffff}'\E\' # Set background color.
+printf '\E]10;'${fg:-#000000}'\E\' # Set foreground color.