Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed arrow2
  • Loading branch information
askn committed Dec 30, 2015
1 parent 0b1ab37 commit 07de3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spinner/charset.cr
@@ -1,7 +1,7 @@
module Spinner
Charset = {
arrow: {"", "", "", "", "", "", "", ""},
arrow2: {">>--->", " >>--->", " >>--->", " >>--->", " >>--->", " <---<<", " <---<<", " <---<<", " <---<<", "<---<<"},
arrow2: {">>---> ", " >>---> ", " >>---> ", " >>---> ", " >>--->", " <---<<", " <---<< ", " <---<< ", " <---<< ", "<---<< "},
fan: {"", "", "", "", "", "", "", ""},
fan1: {"+", "x"},
fan2: {"v", "<", "^", ">"},
Expand Down

0 comments on commit 07de3f6

Please sign in to comment.