mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
bum pgocui
This commit is contained in:
parent
4005065404
commit
d57cc739e9
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 v.Wrap {
|
||||||
if maxX == 0 {
|
if maxX == 0 {
|
||||||
return errors.New("X size of the view cannot be 0")
|
return nil
|
||||||
}
|
}
|
||||||
v.ox = 0
|
v.ox = 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user