mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
Bump gocui
This commit is contained in:
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--
|
||||
}
|
||||
|
Reference in New Issue
Block a user