1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-01 22:52:01 +02:00

move all refresh code into the one file

This commit is contained in:
Jesse Duffield
2022-01-30 09:53:28 +11:00
parent e363606fb6
commit 51547e3822
15 changed files with 613 additions and 613 deletions

View File

@@ -36,7 +36,7 @@ func (self *ViewTrait) SetFooter(value string) {
}
func (self *ViewTrait) SetOriginX(value int) {
self.getView().SetOriginX(value)
_ = self.getView().SetOriginX(value)
}
// tells us the bounds of line indexes shown in the view currently