Skip to content

Commit

Permalink
Add gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Dec 30, 2017
1 parent 0a548c6 commit e3e9f54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions color.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import "fmt"

const (
Gray = 0
Red = 1
Green = 2
Yellow = 3
Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var (
)

func printLines(v *gocui.View, lines []string) {
v.Clear()
for _, line := range lines {
fmt.Fprintln(v, line)
}
Expand Down

0 comments on commit e3e9f54

Please sign in to comment.