mirror of https://github.com/gdamore/tcell.git
fixes #75 Add goreport and fix related issues (go fmt)
This commit is contained in:
parent
f763a5b1b7
commit
9575857d57
|
@ -89,7 +89,7 @@ func fixColor(c tcell.Color) tcell.Color {
|
|||
}
|
||||
switch outMode {
|
||||
case OutputNormal:
|
||||
c %= tcell.Color(16)
|
||||
c %= tcell.Color(16)
|
||||
case Output256:
|
||||
c %= tcell.Color(256)
|
||||
case Output216:
|
||||
|
|
Loading…
Reference in New Issue