summaryrefslogtreecommitdiff
path: root/bin/cursor
diff options
context:
space:
mode:
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' ;;