mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-06 10:42:32 +03:00
Better escape code parsing (thanks to Ryooooooga) (#2514)
This commit is contained in:
3
vendor/github.com/jesseduffield/gocui/attribute.go
generated
vendored
3
vendor/github.com/jesseduffield/gocui/attribute.go
generated
vendored
@ -31,7 +31,8 @@ const (
|
||||
)
|
||||
|
||||
// Color attributes. These colors are compatible with tcell.Color type and can be expanded like:
|
||||
// g.FgColor := gocui.Attribute(tcell.ColorLime)
|
||||
//
|
||||
// g.FgColor := gocui.Attribute(tcell.ColorLime)
|
||||
const (
|
||||
ColorBlack Attribute = AttrIsValidColor + iota
|
||||
ColorRed
|
||||
|
Reference in New Issue
Block a user