Skip to content

Commit

Permalink
UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 18, 2020
1 parent ce4bc2c commit a520730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const CONFIG_FILE = "/etc/rbinstall.knf"
const NONE_VERSION = "- none -"

// DEFAULT_CATEGORY_SIZE is default category column size
const DEFAULT_CATEGORY_SIZE = 20
const DEFAULT_CATEGORY_SIZE = 22

// Default arch names
const (
Expand Down
6 changes: 2 additions & 4 deletions cli/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ type Task struct {

// ////////////////////////////////////////////////////////////////////////////////// //

var (
spinnerFrames = []string{"⠸", "⠴", "⠤", "⠦", "⠇", "⠋", "⠉", "⠙"}
framesDelay = []time.Duration{75, 55, 35, 55, 75, 75, 75, 75}
)
var spinnerFrames = []string{"⠸", "⠴", "⠤", "⠦", "⠇", "⠋", "⠉", "⠙"}
var framesDelay = []time.Duration{75, 55, 35, 55, 75, 75, 75, 75}

// ////////////////////////////////////////////////////////////////////////////////// //

Expand Down

0 comments on commit a520730

Please sign in to comment.