mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-02 09:21:40 +02:00
better visibility for tui
This commit is contained in:
parent
1c48842277
commit
08c2b46d04
@ -307,6 +307,7 @@ func (self *app) layout(g *gocui.Gui) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listView.Highlight = true
|
listView.Highlight = true
|
||||||
|
listView.SelBgColor = gocui.ColorBlue
|
||||||
self.renderTests()
|
self.renderTests()
|
||||||
listView.Title = "Tests"
|
listView.Title = "Tests"
|
||||||
listView.FgColor = gocui.ColorDefault
|
listView.FgColor = gocui.ColorDefault
|
||||||
|
@ -348,6 +348,7 @@ func (app *App) layout(g *gocui.Gui) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
listView.Highlight = true
|
listView.Highlight = true
|
||||||
|
listView.SelBgColor = gocui.ColorBlue
|
||||||
listView.Clear()
|
listView.Clear()
|
||||||
for _, test := range app.tests {
|
for _, test := range app.tests {
|
||||||
fmt.Fprintln(listView, test.Name)
|
fmt.Fprintln(listView, test.Name)
|
||||||
|
Loading…
Reference in New Issue
Block a user