mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02:00
bum pgocui
This commit is contained in:
parent
6472bda29e
commit
8f763c42b6
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
@ -713,7 +713,7 @@ func (v *View) draw() error {
|
||||
|
||||
if v.Wrap {
|
||||
if maxX == 0 {
|
||||
return errors.New("X size of the view cannot be 0")
|
||||
return nil
|
||||
}
|
||||
v.ox = 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user