summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-01-15 10:43:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-01-15 10:43:09 +0900
commit6e3af646b2e39c510a70c26f7a77c87e691e577c (patch)
tree905b743d0121a2e48c05a93a59a87b6541413f57 /src/constants.go
parent82bf8c138daaabf28faf7819b2f5a2b03af37d43 (diff)
Draw spinner with Unicode characters
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index 5b85d8af..c568932d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -25,7 +25,7 @@ const (
// Terminal
initialDelay = 20 * time.Millisecond
initialDelayTac = 100 * time.Millisecond
- spinnerDuration = 200 * time.Millisecond
+ spinnerDuration = 100 * time.Millisecond
previewCancelWait = 500 * time.Millisecond
maxPatternLength = 300
maxMulti = math.MaxInt32