summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layout.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout.go b/layout.go
index 5320cda..e1040dc 100644
--- a/layout.go
+++ b/layout.go
@@ -245,7 +245,6 @@ func MoveToItem(dir int, g *gocui.Gui, v *gocui.View) error {
func Scroll(g *gocui.Gui, c *conflict.Conflict, direction int) {
if direction == Up {
c.TopPeek--
- c.BottomPeek++
} else if direction == Down {
c.TopPeek++
} else {