summaryrefslogtreecommitdiff
path: root/bin/cursor
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-15 11:44:13 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-15 11:44:13 +0100
commit307df21222316d35f32e1597824283797aa6a74c (patch)
treebf6a73f1be8f76cfcb95cde4e48a8ada9ff6bce4 /bin/cursor
parent137fd617030c85e9eef6858d9d5cd63cdc306ff6 (diff)
update
Diffstat (limited to 'bin/cursor')
-rwxr-xr-xbin/cursor2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cursor b/bin/cursor
index 537c164..2ae069b 100755
--- a/bin/cursor
+++ b/bin/cursor
@@ -5,7 +5,7 @@
usage="Usage: $0 [black | blue | cyan | gray | green | magenta | orange | red | white | yellow]"
cursor() {
- case $1 in
+ case $1 in
(0|r|red) set -- '#f00' ;;
(1|n|green) set -- '#5f5' ;;
(2|b|blue) set -- '#55f' ;;