1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-25 12:24:47 +02:00

Set current view to limit view

This commit is contained in:
Glenn Vriesman 2018-10-28 19:15:34 +01:00
parent c6da4c8a47
commit abd0803ef4

View File

@ -180,6 +180,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
}
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
v.Wrap = true
g.SetCurrentView(v.Name())
}
return nil
}