m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

Draw spinner with Unicode characters

This commit is contained in:
Junegunn Choi
2020-01-15 10:43:09 +09:00
parent 82bf8c138d
commit 6e3af646b2
2 changed files with 9 additions and 5 deletions

View File

@@ -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