mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Bump gocui
This commit is contained in:
parent
a77dcbe3a1
commit
fe429c6184
4 changed files with 5 additions and 5 deletions
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
|
@ -787,7 +787,7 @@ func (v *View) writeRunes(p []rune) {
|
|||
}
|
||||
|
||||
until := len(p)
|
||||
if until > 0 && p[until-1] == '\n' {
|
||||
if !v.Editable && until > 0 && p[until-1] == '\n' {
|
||||
v.pendingNewline = true
|
||||
until--
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue