1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

bump dependencies

This commit is contained in:
Jesse Duffield
2018-08-18 13:54:39 +10:00
parent 284c534251
commit 6b150a4be0
5 changed files with 80 additions and 27 deletions

View File

@ -231,8 +231,10 @@ func (gui *Gui) layout(g *gocui.Gui) error {
if err != gocui.ErrUnknownView {
return err
}
v.FgColor = gocui.ColorBlue
v.Frame = false
if v.FgColor, err = gui.GetOptionsPanelTextColor(); err != nil {
return err
}
}
if gui.getCommitMessageView(g) == nil {