1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-27 12:32:37 +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.Title = gui.Tr.SLocalize("NotEnoughSpace")
v.Wrap = true v.Wrap = true
g.SetCurrentView(v.Name())
} }
return nil return nil
} }