Skip to content

Commit e08fb13

Browse files
committed
[gocui] Truncate line after eraseInLineFromCursor
We still need to truncate the line after executing the eraseInLineFromCursor instruction, to remove left-over content from a previous rendering; just not at the current write position, but after the spaces that were inserted. Without this fix you would sometimes see left-over junk when scrolling left/right using the H/L keys in the commits panel.
1 parent c48f7e5 commit e08fb13

File tree

1 file changed

+9
-6
lines changed
  • vendor/github.com/jesseduffield/gocui

1 file changed

+9
-6
lines changed

vendor/github.com/jesseduffield/gocui/view.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)