Skip to content

Commit

Permalink
Minor changes to the version info output
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 18, 2021
1 parent e6dd642 commit d7d027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformdep/logo_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func Banner(versionString, description string) string {

// See https://github.com/shiena/ansicolor/blob/master/README.md for ANSI color code table
s = insertText(s, tabs, 3, 2, "\x1b[37m"+parts[0]+"\x1b[0m", 1)
s = insertText(s, tabs, 4, 1, "\x1b[90m"+parts[1]+"\x1b[0\t", 1)
s = insertText(s, tabs, 5, 1, "\x1b[94m"+description+"\x1b[0m", 1)
s = insertText(s, tabs, 7, 0, "\x1b[90m"+parts[1]+"\x1b[0m\t", 1)
return s
}

0 comments on commit d7d027d

Please sign in to comment.