mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Bump gocui
And adapt client code.
This commit is contained in:
@ -188,7 +188,7 @@ func (self *FilesController) Explode(v *gocui.View, onDone func()) {
|
||||
style := styles[(i*len(styles)/max)%len(styles)]
|
||||
coloredImage := style.Sprint(image)
|
||||
self.c.OnUIThread(func() error {
|
||||
_ = v.SetOrigin(0, 0)
|
||||
v.SetOrigin(0, 0)
|
||||
v.SetContent(coloredImage)
|
||||
return nil
|
||||
})
|
||||
|
Reference in New Issue
Block a user