1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Fixed comments from jesseduffield on issue #137

This commit is contained in:
Mark Kopenga
2018-08-16 11:31:03 +02:00
parent 88e1a815fe
commit 90746502df
5 changed files with 12 additions and 9 deletions

View File

@@ -49,6 +49,9 @@ func (gui *Gui) GenerateSentinelErrors() {
}
}
// Teml is short for template used to make the required map[string]interface{} shorter when using gui.Tr.SLocalize and gui.Tr.TemplateLocalize
type Teml map[string]interface{}
// Gui wraps the gocui Gui object which handles rendering and events
type Gui struct {
g *gocui.Gui