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

fix commit message char count

This commit is contained in:
Jesse Duffield
2019-12-07 16:10:49 +11:00
parent 710abded64
commit 033c21754b
2 changed files with 36 additions and 0 deletions

View File

@ -553,6 +553,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
commitMessageView.Title = gui.Tr.SLocalize("CommitMessage")
commitMessageView.FgColor = textColor
commitMessageView.Editable = true
commitMessageView.Editor = gocui.EditorFunc(gui.commitMessageEditor)
}
}